Moves hair and eyes into standing overlays (#95781)

This commit is contained in:
MrMelbert
2026-05-04 22:50:36 +02:00
committed by GitHub
parent 505afdcf3d
commit cee225fecb
39 changed files with 414 additions and 393 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
return
var/mob/living/carbon/human/human_parent = target
human_parent.add_eye_color(BLOODCULT_EYE, EYE_COLOR_CULT_PRIORITY)
human_parent.update_body()
human_parent.update_eyes()
/**
* Detach proc
@@ -42,6 +42,6 @@
if (ishuman(target))
var/mob/living/carbon/human/human_parent = target
human_parent.remove_eye_color(EYE_COLOR_CULT_PRIORITY)
human_parent.update_body()
human_parent.update_eyes()
UnregisterSignal(target, list(COMSIG_CHANGELING_TRANSFORM, COMSIG_HUMAN_MONKEYIZE, COMSIG_MONKEY_HUMANIZE))
return ..()