summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/chicken.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/chicken.c b/pttbbs/mbbsd/chicken.c
index 5e684487..723f471c 100644
--- a/pttbbs/mbbsd/chicken.c
+++ b/pttbbs/mbbsd/chicken.c
@@ -495,7 +495,7 @@ ch_kill(chicken_t *mychicken)
static void
ch_getting_old(int *hp, int *weight, int diff, int age)
{
- float ex = 0.9, care_hours = 6;
+ float ex = 0.9, care_hours = 12;
if (age > 180) {
ex = 0.1;