Custom Ghost Role Appearance

This commit is contained in:
Dip
2020-09-16 01:02:36 -03:00
parent 456f1f4482
commit 7fb89c0a54
6 changed files with 38 additions and 1 deletions
+3
View File
@@ -162,6 +162,7 @@
var/hair_style
var/facial_hair_style
var/skin_tone
var/mirrorcanloadappearance = FALSE
/obj/effect/mob_spawn/human/Initialize()
if(ispath(outfit))
@@ -228,6 +229,8 @@
W.assignment = id_job
W.registered_name = H.real_name
W.update_label()
if (mirrorcanloadappearance)
H.mirrorcanloadappearance = TRUE
//Instant version - use when spawning corpses during runtime
/obj/effect/mob_spawn/human/corpse