diff gamelib/missions.py @ 171:d23f920efede

tweak failure message
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 00:27:01 +0200
parents 7beac783139b
children efe82cf956fc
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.")