X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fthing_actions.h;fp=src%2Fserver%2Fthing_actions.h;h=ebdd871f02724159368ab56f982b9560eeede0c7;hb=93d0d862f86d99062a59ab8bdca21f2ffeaf838a;hp=0f9b962401d63dffc1de74730505462419b67fa6;hpb=52baa310d361f5736c675d8222b0479470d9c3c8;p=plomrogue diff --git a/src/server/thing_actions.h b/src/server/thing_actions.h index 0f9b962..ebdd871 100644 --- a/src/server/thing_actions.h +++ b/src/server/thing_actions.h @@ -39,7 +39,7 @@ extern void actor_pick(struct Thing * t); extern void actor_use(struct Thing * t); /* Decrement "t"'s satiation and trigger a chance (dependent on over-/under- - * satiation value) of lifepoint decrement, when its type's .stomach is >0. + * satiation value) of lifepoint decrement. */ extern void hunger(struct Thing * t);