Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Cria_Bichos_Main.py
diff options
context:
space:
mode:
Diffstat (limited to 'Cria_Bichos_Main.py')
-rw-r--r--Cria_Bichos_Main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cria_Bichos_Main.py b/Cria_Bichos_Main.py
index 4944768..5db60cb 100644
--- a/Cria_Bichos_Main.py
+++ b/Cria_Bichos_Main.py
@@ -667,6 +667,7 @@ class Cria_Bichos_Main():
elif not self.hembras and not ootecas:
self.set_mensaje(texto=_("There are no females in the habitat, ootheca reproduction is no longer possible."))
elif not self.machos and not self.hembras and not ootecas:
+ # ootheca is an egg mass (see http://en.wikipedia.org/wiki/Ootheca)
self.set_mensaje(texto=_("All Cockroaches have died and there are ootheca in habitat."))
elif self.machos + self.hembras >= self.maximo_cucas:
self.event_plaga()