changeset 238:837c51ebdbc8

failure text for doomsday virus
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 00:06:49 +0200
parents d7285d65c668
children 3731b3ca3b48
files gamelib/schematics.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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"