changeset 264:7a6396ea2cc6

Fix method name typo
author Neil Muller <drnlmuller@gmail.com>
date Sun, 27 May 2012 11:36:26 +0200
parents d29bb7934527
children d2d1d9ccb22d
files gamelib/missions.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/missions.py	Sun May 13 01:56:06 2012 +0200
+++ b/gamelib/missions.py	Sun May 27 11:36:26 2012 +0200
@@ -1076,7 +1076,7 @@
                 " report on your genius. Prehaps less overkill is more"
                 " suited to the task at hand")
         if cat.BEAST in categorised:
-            self.use_equipment_catefory(categorised, cat.BEAST)
+            self.use_equipment_category(categorised, cat.BEAST)
             if any(cat.AQUATIC in x.CATEGORIES for x in
                     categorised[cat.BEAST]):
                 self.succeed(
@@ -1092,7 +1092,7 @@
                     " news again", rep=randint(2, 5))
 
         if cat.VEHICLE in categorised:
-            self.use_equipment_catefory(categorised, cat.VEHICLE)
+            self.use_equipment_category(categorised, cat.VEHICLE)
             self.succeed(
                 "Your mobile platforms of destruction cause severe"
                 " traffic chaos, and tie up the local traffic services"