mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
Fix eye organ runtimes in on_mob_remove (#93599)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user