changeset 230:fa0e818c3fee

Update instructions to match new chick hatching behaviour.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 23:41:42 +0000
parents 96d440bebdaa
children 857040b211d5
files gamelib/helpscreen.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/helpscreen.py	Fri Sep 04 23:40:13 2009 +0000
+++ b/gamelib/helpscreen.py	Fri Sep 04 23:41:42 2009 +0000
@@ -22,8 +22,9 @@
 You win if you survive 14 nights.
 
 Chickens only lay eggs in henhouses, and must stay on the egg for 2 days to
-hatch a new chicken. Chickens that hatch in already full henhouses die
-immediately from overcrowding.
+hatch a new chicken. Chickens that hatch in already full henhouses are
+moved to just outside. If there is no space outside, they die immediately
+from overcrowding.
 """ % constants.NAME
 
 def make_help_screen():