# HG changeset patch # User Neil Muller # Date 1338111386 -7200 # Node ID 7a6396ea2cc6a3e6e652864980680ba9576c4b02 # Parent d29bb7934527df25c18bc56701a4dfab36b3b6b5 Fix method name typo diff -r d29bb7934527 -r 7a6396ea2cc6 gamelib/missions.py --- 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"