mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 10:40:13 +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:
parent
1d9cff608c
commit
1f72880ce7
7 changed files with 54 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue