mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
oops
This commit is contained in:
@@ -678,8 +678,8 @@
|
||||
var/obj/item/clothing/glasses/G = H.glasses
|
||||
H.sight |= G.vision_flags
|
||||
H.see_in_dark = G.darkness_view
|
||||
if(invis_override)
|
||||
H.see_invisible = invis_override
|
||||
if(G.invis_override)
|
||||
H.see_invisible = G.invis_override
|
||||
else
|
||||
H.see_invisible = min(G.invis_view, H.see_invisible)
|
||||
if(H.druggy) //Override for druggy
|
||||
|
||||
Reference in New Issue
Block a user