diff gamelib/schematics.py @ 172:8e743d774cba

Add failure flavour text
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 00:32:24 +0200
parents e48c22c31dcb
children 0d8d3c83a453
line wrap: on
line diff
--- a/gamelib/schematics.py	Sat May 12 00:27:01 2012 +0200
+++ b/gamelib/schematics.py	Sat May 12 00:32:24 2012 +0200
@@ -214,6 +214,10 @@
     POWER_INCREMENT = 2
     PRODUCTION_RELIABILITY = 0.6
 
+    FAILURE_TEXT = (
+        "The carefully crafted electronics of the laser fail in a spectacular"
+        " shower of sparks and bangs.")
+
 
 class EmpMissile(Schematic):
     NAME = "EMP missile"