diff options
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/chicken.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chicken.c b/mbbsd/chicken.c index e4928ea4..b3f69616 100644 --- a/mbbsd/chicken.c +++ b/mbbsd/chicken.c @@ -532,7 +532,7 @@ time_diff(chicken_t * thechicken) return; if (theage > 13) /* ¦Ñ¦º */ - geting_old(&thechicken->hp_max, &thechicken->weight, diff, age); + geting_old(&thechicken->hp_max, &thechicken->weight, diff, theage); thechicken->lastvisit = now; thechicken->weight -= thechicken->hp_max * diff / 540; /* Åé« */ |