mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Fixes changeling thermal vision reverting. (#19486)
Reapplied the stop_sight_update check in life.dm. Tested successfully with changeling thermal vision.
This commit is contained in:
@@ -160,6 +160,9 @@
|
||||
setEarDamage(-1, max(ear_deaf, 1))
|
||||
|
||||
/mob/living/proc/update_sight()
|
||||
if(stop_sight_update)
|
||||
return
|
||||
|
||||
set_sight(0)
|
||||
if(stat == DEAD || (eyeobj && !eyeobj.living_eye))
|
||||
update_dead_sight()
|
||||
|
||||
Reference in New Issue
Block a user