changeset 219:53e78cddb9a4

Tweak mission
author Neil Muller <drnlmuller@gmail.com>
date Sat, 12 May 2012 20:49:07 +0200
parents b7612992a1db
children 2f229b917959
files gamelib/missions.py
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/missions.py	Sat May 12 20:45:18 2012 +0200
+++ b/gamelib/missions.py	Sat May 12 20:49:07 2012 +0200
@@ -665,9 +665,16 @@
                 " total destruction of the lab will not help you cause.")
 
         if cat.AI in categorised:
+            self.use_equipment_category(categorised, cat.AI)
             self._succ("Your AI easily takes control of the lab's network.",
                 state)
 
+        if cat.INTELLIGENCE in categorised:
+            self.use_equipment_category(categorised, cat.INTELLIGENCE)
+            self._succ("You are able to gather all the information needed"
+                " to completely survert the lab defenses, making the actual"
+                " takeover trivial", state)
+
         if self.combat_power(categorised) > randint(20, 40):
             self._succ(
                 "The resistance is stiff, but your forces prevail"