summaryrefslogtreecommitdiffstats
path: root/mbbsd/chicken.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chicken.c')
-rw-r--r--mbbsd/chicken.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mbbsd/chicken.c b/mbbsd/chicken.c
index 05e280f9..c6360749 100644
--- a/mbbsd/chicken.c
+++ b/mbbsd/chicken.c
@@ -843,7 +843,9 @@ recover_chicken(chicken_t * thechicken)
thechicken->hp = thechicken->hp_max;
thechicken->sick = 0;
thechicken->satis = 2;
- thechicken->lastvisit = now;
+ thechicken->tiredstrong = 0;
+ thechicken->weight = thechicken->hp;
+ // thechicken->lastvisit = now; // really need so?
vice(money, "ÆF¬É¦u½Ã");
snprintf(buf, sizeof(buf),
ANSI_COLOR(33;44) "¡¹ÆF¬É¦u½Ã" ANSI_COLOR(37;45)