mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 14:12:20 +00:00
Merge pull request #8000 from Atermonera/ai_eye_higgs_bugson
Fixes runtime in chunk.dm: line 91, I think?
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|
||||
for(var/turf in visAdded)
|
||||
var/turf/t = turf
|
||||
if(t.obfuscations[obfuscation.type])
|
||||
if(LAZYLEN(t.obfuscations) && t.obfuscations[obfuscation.type])
|
||||
obscured -= t.obfuscations[obfuscation.type]
|
||||
for(var/eye in seenby)
|
||||
var/mob/observer/eye/m = eye
|
||||
|
||||
Reference in New Issue
Block a user