mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user