X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fthings.h;h=33a07db1616b073e4253aebaa82de349ea9923ac;hb=93d0d862f86d99062a59ab8bdca21f2ffeaf838a;hp=62ef90836257987f28603d9127670d7692e04ae4;hpb=52baa310d361f5736c675d8222b0479470d9c3c8;p=plomrogue diff --git a/src/server/things.h b/src/server/things.h index 62ef908..33a07db 100644 --- a/src/server/things.h +++ b/src/server/things.h @@ -47,7 +47,6 @@ struct ThingType uint8_t id; /* thing type identifier / sets .type */ char char_on_map; /* thing symbol to appear on map */ char * name; /* string to describe thing in game log */ - uint16_t stomach; /* if >0, defines onset & chance of hunger suffering */ uint16_t consumable; /* can be eaten if !0, for so much .satiation win */ uint8_t corpse_id; /* type to change thing into upon destruction */ uint8_t lifepoints; /* default start value for thing's .lifepoints */