Above light layer conversion (#8733)

This commit is contained in:
Chada-1
2020-04-28 15:17:01 +02:00
committed by GitHub
parent 138b3f115f
commit 509515e69e
10 changed files with 53 additions and 12 deletions
@@ -104,7 +104,7 @@
/mob/living/simple_animal/construct/proc/add_glow()
cut_overlays()
var/overlay_layer = LIGHTING_LAYER + 0.1
var/overlay_layer = EFFECTS_ABOVE_LIGHTING_LAYER
if(layer != MOB_LAYER)
overlay_layer = TURF_LAYER + 0.2