mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixes eyes of the gods bugs (#20266)
This commit is contained in:
@@ -918,7 +918,7 @@ It'll return null if the organ doesn't correspond, so include null checks when u
|
||||
if(G.invis_override)
|
||||
H.see_invisible = G.invis_override
|
||||
else
|
||||
H.see_invisible = min(G.invis_view, H.see_invisible)
|
||||
H.see_invisible = max(G.invis_view, H.see_invisible) //Max, whichever is better
|
||||
|
||||
if(!isnull(G.lighting_alpha))
|
||||
H.lighting_alpha = min(G.lighting_alpha, H.lighting_alpha)
|
||||
|
||||
Reference in New Issue
Block a user