Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Animals.py
diff options
context:
space:
mode:
Diffstat (limited to 'Animals.py')
-rw-r--r--Animals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Animals.py b/Animals.py
index 9b3943e..3eb660d 100644
--- a/Animals.py
+++ b/Animals.py
@@ -127,7 +127,7 @@ class Rabbit(AbstractAnimal):
self._world = world
self.orden = 0
- self.edad = 1
+ self.edad = world.rabbit_data.madurezSexual
self.sexo = "F"
if (random.random() > 0.5):
self.sexo = "M"