From 6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 30 Oct 2013 11:26:51 +0000 Subject: Increase chicken delta period from 6 to 12 hours. We should not ask students to "don't sleep" for the 6 hours period. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5888 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/chicken.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3