X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=src%2Fserver%2Fthing_actions.h;h=ebdd871f02724159368ab56f982b9560eeede0c7;hb=93d0d862f86d99062a59ab8bdca21f2ffeaf838a;hp=376e50434d0a928344d965f0addc96235a24e2ef;hpb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;p=plomrogue diff --git a/src/server/thing_actions.h b/src/server/thing_actions.h index 376e504..ebdd871 100644 --- a/src/server/thing_actions.h +++ b/src/server/thing_actions.h @@ -38,6 +38,11 @@ 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. + */ +extern void hunger(struct Thing * t); + #endif