X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Fserver%2Fthings.h;fp=src%2Fserver%2Fthings.h;h=03b52d83a911441147ffee6d206535091cc3a80f;hb=a98069786c81fe3ece3f4f1472877dd31bbccd90;hp=0f20fd90b8a14031b42fc4e3deb3791cd079028e;hpb=e8dc105b0d1d5ec50e2f8ce74805801aff23f3ec;p=plomrogue diff --git a/src/server/things.h b/src/server/things.h index 0f20fd9..03b52d8 100644 --- a/src/server/things.h +++ b/src/server/things.h @@ -110,9 +110,9 @@ extern struct Thing * get_thing(struct Thing * ptr, uint8_t id, uint8_t deep); */ extern struct Thing * get_player(); -/* Try to create "t" offspring on random passable neighbor cell if available (and, - * if "t" is of animate thing type, not inhabited by animate thing) and "t"'s - * type's .proliferation is >0, with a chance of 1/.proliferation. +/* Try to create "t" offspring on random passable neighbor cell if available + * (and, if "t" is of animate thing type, not inhabited by animate thing) and + * "t"'s type's .proliferation is >0, with a chance of 1/.proliferation. */ extern void try_thing_proliferation(struct Thing * t);