diff gamelib/schematics.py @ 238:837c51ebdbc8

failure text for doomsday virus
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 00:06:49 +0200
parents ec97f80feae0
children 2c684fade3af
line wrap: on
line diff
--- a/gamelib/schematics.py	Sun May 13 00:03:16 2012 +0200
+++ b/gamelib/schematics.py	Sun May 13 00:06:49 2012 +0200
@@ -341,6 +341,11 @@
 
     PRODUCTION_RELIABILITY = 0.6
 
+    FAILURE_TEXT = (
+        "You suddenly realise you've miscopied a vital allele when"
+        " constructing the virus, and that this will never work."
+        " You return to the lab to fix the problem.")
+
 
 class GiantRobot(Schematic):
     NAME = "Giant robot"