changeset 172:8e743d774cba

Add failure flavour text
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 00:32:24 +0200
parents d23f920efede
children ed396ea7c4ad
files gamelib/schematics.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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"