changeset 195:75989ca906cd

Tweak success criteria
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 16:50:20 +0200
parents cb57ccc8f119
children eb4516169b3c
files gamelib/missions.py
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/missions.py	Sat May 12 15:42:53 2012 +0200
+++ b/gamelib/missions.py	Sat May 12 16:50:20 2012 +0200
@@ -927,3 +927,11 @@
             self.succeed("With the correct persuasion, the review board"
                     " recognises the significance of your work.",
                     rep=randint(10, 15))
+
+        if cat.HAND_WEAPON in categorised:
+            self.use_equipment(
+                {cat.HAND_WEAPON: categorised[cat.HAND_WEAPON]})
+            self.data['completed'] = True
+            self.succeed("The review board respond favourably to a little"
+                    " light intidimation, and your paper is accepted.",
+                    rep=randint(10, 15))