comparison gamelib/missions.py @ 195:75989ca906cd

Tweak success criteria
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 16:50:20 +0200
parents cb57ccc8f119
children df350c2f8c10
comparison
equal deleted inserted replaced
194:cb57ccc8f119 195:75989ca906cd
925 {cat.MIND_CONTROL: categorised[cat.MIND_CONTROL]}) 925 {cat.MIND_CONTROL: categorised[cat.MIND_CONTROL]})
926 self.data['completed'] = True 926 self.data['completed'] = True
927 self.succeed("With the correct persuasion, the review board" 927 self.succeed("With the correct persuasion, the review board"
928 " recognises the significance of your work.", 928 " recognises the significance of your work.",
929 rep=randint(10, 15)) 929 rep=randint(10, 15))
930
931 if cat.HAND_WEAPON in categorised:
932 self.use_equipment(
933 {cat.HAND_WEAPON: categorised[cat.HAND_WEAPON]})
934 self.data['completed'] = True
935 self.succeed("The review board respond favourably to a little"
936 " light intidimation, and your paper is accepted.",
937 rep=randint(10, 15))