Fixes emitter beam sprites

This commit is contained in:
MagmaRam
2016-09-25 00:43:52 -05:00
parent cab561ef78
commit 7084236b4e

View File

@@ -158,21 +158,18 @@
//----------------------------
/obj/effect/projectile/emitter/tracer
icon_state = "emitter"
icon_state = "impact_xray"
light_range = 2
light_power = 0.5
light_color = "#00CC33"
/obj/effect/projectile/emitter/muzzle
icon_state = "muzzle_emitter"
icon_state = "impact_xray"
light_range = 2
light_power = 0.5
light_color = "#00CC33"
/obj/effect/projectile/emitter/impact
icon_state = "impact_emitter"
icon_state = "impact_xray"
light_range = 2
light_power = 0.5
light_color = "#00CC33"