summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-10-30 19:26:51 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2013-10-30 19:26:51 +0800
commit6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6 (patch)
tree58d4026afffa7b0bf530bad33a811267454bbc95
parent6496d43acd5fa94072d5b5d874e3c0490c4e0dcc (diff)
downloadpttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.tar
pttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.tar.gz
pttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.tar.bz2
pttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.tar.lz
pttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.tar.xz
pttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.tar.zst
pttbbs-6ea0089a6ab18f0e9b4628a1e6f739d33f1a3cc6.zip
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
-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;