Merge pull request #7919 from Atermonera/point_defense_targeting

Hybridizes Point Defense Turrets with Bay's System
This commit is contained in:
Schnayy
2021-02-26 09:04:43 -06:00
committed by GitHub
23 changed files with 494 additions and 116 deletions
@@ -79,3 +79,6 @@
light_range = 4
light_power = 3
light_color = "#3300ff"
/obj/effect/projectile/impact/pointdefense
icon_state = "impact_pointdef"
@@ -91,3 +91,6 @@
light_range = 4
light_power = 3
light_color = "#3300ff"
/obj/effect/projectile/muzzle/pointdefense
icon_state = "muzzle_pointdef"
@@ -120,3 +120,6 @@
light_range = 1
light_power = 0.5
light_color = "#f6f2b6"
/obj/effect/projectile/tracer/pointdefense
icon_state = "beam_pointdef"