mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
Merge pull request #718 from ArchieBeepBoop/wizardlizard
Allows the wizard to load their current character's appearance
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user