changeset 171:d23f920efede

tweak failure message
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 00:27:01 +0200
parents e48c22c31dcb
children 8e743d774cba
files gamelib/missions.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/missions.py	Sat May 12 00:26:46 2012 +0200
+++ b/gamelib/missions.py	Sat May 12 00:27:01 2012 +0200
@@ -298,7 +298,7 @@
 
     GENERIC_FAILURE = (
         "The bank's security arrangements are rather more impressive than you"
-        " were led to believe. Bring more guns next time.")
+        " were led to believe. Bring bigger guns next time.")
     NO_EQUIP_FAILURE = (
         "Your attempt to rob the bank barehanded is unsuccessful. Fortunately,"
         " everyone is too stunned to impede your escape.")