# HG changeset patch # User Neil Muller # Date 1336775544 -7200 # Node ID 8e743d774cba0c9cb03f00b7ada9fc304734d78b # Parent d23f920efede8e29542a9a7cefbb9080141e2994 Add failure flavour text diff -r d23f920efede -r 8e743d774cba gamelib/schematics.py --- 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"