mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
Custom Ghost Role Appearance
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user