Fix eye organ runtimes in on_mob_remove (#93599)

This commit is contained in:
Roxy
2025-10-25 11:41:12 +02:00
committed by GitHub
parent ff3ac12e6e
commit ebc3271c59
@@ -155,9 +155,9 @@
organ_owner.remove_status_effect(/datum/status_effect/temporary_blindness)
if (scarring)
owner.cure_nearsighted(TRAIT_RIGHT_EYE_SCAR)
owner.cure_nearsighted(TRAIT_LEFT_EYE_SCAR)
owner.cure_blind(EYE_SCARRING_TRAIT)
organ_owner.cure_nearsighted(TRAIT_RIGHT_EYE_SCAR)
organ_owner.cure_nearsighted(TRAIT_LEFT_EYE_SCAR)
organ_owner.cure_blind(EYE_SCARRING_TRAIT)
organ_owner.update_tint()
organ_owner.update_sight()