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
+2 -2
View File
@@ -7,13 +7,13 @@
/obj/effect/overlay/Destroy()
i_attached = null
return ..()
/obj/effect/overlay/beam//Not actually a projectile, just an effect.
name="beam"
icon='icons/effects/beam.dmi'
icon_state="b_beam"
blend_mode = BLEND_ADD
layer = LIGHTING_LAYER + 0.1
layer = EFFECTS_ABOVE_LIGHTING_LAYER
animate_movement = FALSE
var/tmp/atom/BeamSource
+1 -1
View File
@@ -49,7 +49,7 @@
icon_state = "starprojection"
mouse_opacity = TRUE
duration = 30 SECONDS
layer = LIGHTING_LAYER + 0.1
layer = EFFECTS_ABOVE_LIGHTING_LAYER
light_power = 1
light_range = 1
light_color = LIGHT_COLOR_HALOGEN