mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Fixed do_set formatting and removed the magic numbers for setting DRUNK/HUNGER/THIRST. Renamed FULL to HUNGER. --Rumble
This commit is contained in:
@@ -1501,7 +1501,7 @@ void do_start(struct char_data *ch)
|
||||
GET_MOVE(ch) = GET_MAX_MOVE(ch);
|
||||
|
||||
GET_COND(ch, THIRST) = 24;
|
||||
GET_COND(ch, FULL) = 24;
|
||||
GET_COND(ch, HUNGER) = 24;
|
||||
GET_COND(ch, DRUNK) = 0;
|
||||
|
||||
if (CONFIG_SITEOK_ALL)
|
||||
|
||||
Reference in New Issue
Block a user