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