Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/World.py
diff options
context:
space:
mode:
Diffstat (limited to 'World.py')
-rw-r--r--World.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/World.py b/World.py
index 58c6a3e..603f8a6 100644
--- a/World.py
+++ b/World.py
@@ -35,6 +35,7 @@ class World:
playState = False
state = []
animals = []
+ rain_value = 1
rabbit_data = RabbitData()
fox_data = FoxData()