# HG changeset patch # User Neil Muller # Date 1336660787 -7200 # Node ID be79e113d4943afccad0540eef23ccad847f841b # Parent 6a847f22a312729e6079d6df59165eb0673e4cd1 Fix typo diff -r 6a847f22a312 -r be79e113d494 gamelib/missions.py --- 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"