home · contact · privacy
Server: Remove .stomach thing type attribute, derive from .lifepoints.
[plomrogue] / src / server / thing_actions.h
index 376e50434d0a928344d965f0addc96235a24e2ef..ebdd871f02724159368ab56f982b9560eeede0c7 100644 (file)
@@ -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