comparison gamelib/missions.py @ 239:3731b3ca3b48

typo
author Neil Muller <drnlmuller@gmail.com>
date Sun, 13 May 2012 00:07:40 +0200
parents d7285d65c668
children f5d9a063013b
comparison
equal deleted inserted replaced
238:837c51ebdbc8 239:3731b3ca3b48
671 671
672 if cat.INTELLIGENCE in categorised: 672 if cat.INTELLIGENCE in categorised:
673 self.use_equipment_category(categorised, cat.INTELLIGENCE) 673 self.use_equipment_category(categorised, cat.INTELLIGENCE)
674 self._succ("You are able to gather all the information needed" 674 self._succ("You are able to gather all the information needed"
675 " to completely survert the lab defenses, making the actual" 675 " to completely survert the lab defenses, making the actual"
676 " takeover trivial", state) 676 " takeover trivial.", state)
677 677
678 if self.combat_power(categorised) > randint(20, 40): 678 if self.combat_power(categorised) > randint(20, 40):
679 self._succ( 679 self._succ(
680 "The resistance is stiff, but your forces prevail" 680 "The resistance is stiff, but your forces prevail"
681 " thanks to your superior technology.", state) 681 " thanks to your superior technology.", state)