Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Animals.py
diff options
context:
space:
mode:
authorGonzalo Odiard <gonzalo@nautilus.localdomain>2009-11-10 02:14:52 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2009-11-10 02:14:52 (GMT)
commit7ffb4ef29fcbd040fb708a02d4d381ede7d25a8b (patch)
treec0ad45f7d1506d74d919b14aced8db12e73b639e /Animals.py
parent4add86580c9ed00bc2d9df9d5fc3a692dc0fb721 (diff)
modifico disposicion de controles para queentren en la pantalla de la xo
comienzo señalizacion de eventos para poder visualizar muertes o naciomientos
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"