changeset 129:be79e113d494

Fix typo
author Neil Muller <drnlmuller@gmail.com>
date Thu, 10 May 2012 16:39:47 +0200
parents 6a847f22a312
children 8f717b2b3378
files gamelib/missions.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/missions.py	Thu May 10 16:37:17 2012 +0200
+++ b/gamelib/missions.py	Thu May 10 16:39:47 2012 +0200
@@ -365,7 +365,7 @@
 
     def attempt_with(self, categorised, state):
         if all(c in categorised for c in (cat.MIND_CONTROL, cat.HAND_WEAPON)):
-            self.game['completed'] = True
+            self.data['completed'] = True
             return Result(NEW_MILESTONE, 1000, 5, "Guns and persuasion, that's"
                           " all you need. It's early days still, but you're"
                           " finally out of that pokey basement and have some"