Pārlūkot izejas kodu

ColoScript2: Eatting turns when no colos on Terra!

david 5 gadi atpakaļ
vecāks
revīzija
1fd3f3b166
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      flexible.py

+ 4 - 0
flexible.py

@@ -3534,6 +3534,10 @@ class MaxFighterMake(object):
         if "There isn't room on the planet for that many!" in line:
             self.send2player("\r" + Boxes.alert("We have to many people!"))
             self.deactivate(True)
+        if "There aren't that many on Terra!" in line:
+            self.send2player("\r" + Boxes.alert("No people on Terra to get!"))
+            self.deactivate(True)
+
 
         # Now back to our scheduled program
         if self.state == 1: