From 780cc34d6e8753fdabf7bed6a63c91f8264ee528 Mon Sep 17 00:00:00 2001 From: Alex6511 Date: Sat, 15 Aug 2015 04:03:01 -0400 Subject: [PATCH] Update wizard.dm --- code/game/gamemodes/wizard/wizard.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/game/gamemodes/wizard/wizard.dm b/code/game/gamemodes/wizard/wizard.dm index bab42e18bc0..7c38d931a94 100644 --- a/code/game/gamemodes/wizard/wizard.dm +++ b/code/game/gamemodes/wizard/wizard.dm @@ -108,6 +108,11 @@ wizard.objectives += survive_objective else + var/datum/objective/steal/steal_objective = new + steal_objective.owner = wizard + steal_objective.find_target() + wizard.objectives += steal_objective + if (!(locate(/datum/objective/hijack) in wizard.objectives)) var/datum/objective/hijack/hijack_objective = new hijack_objective.owner = wizard