Merge pull request #718 from ArchieBeepBoop/wizardlizard

Allows the wizard to load their current character's appearance
This commit is contained in:
QuoteFox
2020-11-30 00:00:25 +00:00
committed by GitHub
@@ -21,6 +21,9 @@
create_objectives()
if(move_to_lair)
send_to_lair()
var/mob/living/carbon/human/H = owner.current
H.mirrorcanloadappearance = TRUE
H.checkloadappearance()
. = ..()
if(allow_rename)
rename_wizard()
@@ -59,6 +62,7 @@
to_chat(owner, "HOT INSERTION, GO GO GO")
owner.current.forceMove(pick(GLOB.wizardstart))
/datum/antagonist/wizard/proc/create_objectives()
var/datum/objective/new_objective = new("Cause as much creative mayhem as you can aboard the station! The more outlandish your methods of achieving this, the better! Make sure there's a decent amount of crew alive to tell of your tale.")
new_objective.owner = owner