From 2dd4428635a80da121a4539eb3c53e84c8401012 Mon Sep 17 00:00:00 2001 From: AnturK Date: Fri, 31 Aug 2018 07:48:26 +0200 Subject: [PATCH] Fix wizard objective equipment (#39962) The moment this happens needs to be made explicit not sewn somewhere in objective creation but that's another PR. --- code/modules/antagonists/wizard/wizard.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/wizard/wizard.dm b/code/modules/antagonists/wizard/wizard.dm index 32322d339a3..6fac9730f36 100644 --- a/code/modules/antagonists/wizard/wizard.dm +++ b/code/modules/antagonists/wizard/wizard.dm @@ -16,9 +16,9 @@ /datum/antagonist/wizard/on_gain() register() + equip_wizard() if(give_objectives) create_objectives() - equip_wizard() if(move_to_lair) send_to_lair() . = ..()