# HG changeset patch # User Neil Muller # Date 1336860409 -7200 # Node ID 837c51ebdbc831f415db8d5e6d82a61ff1f02f25 # Parent d7285d65c668d4b41531e5b7de4282733b2975d6 failure text for doomsday virus diff -r d7285d65c668 -r 837c51ebdbc8 gamelib/schematics.py --- 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"