Fixes drones being able to magically sense invisible revenants (#38019)
* revfix * Update revenant.dm
This commit is contained in:
committed by
letterjay
parent
cc088d9113
commit
10327267bb
@@ -154,6 +154,10 @@
|
||||
var/mob/living/L = i
|
||||
if(isdrone(L) || !L.staticOverlays.len)
|
||||
continue
|
||||
if(isrevenant(L))
|
||||
var/mob/living/simple_animal/revenant/R = L
|
||||
if (!R.revealed)
|
||||
continue
|
||||
var/image/chosen
|
||||
if(staticChoice in L.staticOverlays)
|
||||
chosen = L.staticOverlays[staticChoice]
|
||||
|
||||
Reference in New Issue
Block a user