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.
This commit is contained in:
AnturK
2018-08-30 22:48:26 -07:00
committed by Tad Hardesty
parent 152f013d99
commit 2dd4428635
+1 -1
View File
@@ -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()
. = ..()