X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fserver%2Fthings.h;fp=src%2Fserver%2Fthings.h;h=62ef90836257987f28603d9127670d7692e04ae4;hb=8d5a9e9d57cf004d04cb9916141797b9c3a6aae6;hp=494d1a5aade2461d07c723e9f10ab53c68abc0f5;hpb=3fb2cb493ae564f8b14ddb4143b6c1f5bf16f16a;p=plomrogue diff --git a/src/server/things.h b/src/server/things.h index 494d1a5..62ef908 100644 --- a/src/server/things.h +++ b/src/server/things.h @@ -48,9 +48,9 @@ struct ThingType 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 */ - uint8_t consumable; /* can be eaten if !0, for so much hitpoint win */ uint8_t start_n; /* how many of these does the map start with? */ uint8_t proliferate; /* if >0: inverse of chance to proliferate */ };