mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
SCC Things (#11330)
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
icon_state = "impact_laser"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/effect/projectile/impact/laser/scc
|
||||
icon_state = "impact_scc"
|
||||
light_color = COLOR_INDIGO
|
||||
|
||||
/obj/effect/projectile/impact/laser/blue
|
||||
name = "laser impact"
|
||||
icon_state = "impact_blue"
|
||||
light_color = LIGHT_COLOR_BLUE
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
icon_state = "muzzle_laser"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/effect/projectile/muzzle/laser/scc
|
||||
icon_state = "muzzle_scc"
|
||||
light_color = COLOR_INDIGO
|
||||
|
||||
/obj/effect/projectile/muzzle/laser/blue
|
||||
icon_state = "muzzle_blue"
|
||||
light_color = LIGHT_COLOR_BLUE
|
||||
|
||||
@@ -19,6 +19,10 @@
|
||||
icon_state = "beam"
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/effect/projectile/tracer/laser/scc
|
||||
icon_state = "beam_scc"
|
||||
light_color = COLOR_INDIGO
|
||||
|
||||
/obj/effect/projectile/tracer/laser/blue
|
||||
icon_state = "beam_blue"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user