Fixes the Hull Beacons Colours (#18446)

This commit is contained in:
SleepyGemmy
2024-02-18 11:07:29 +00:00
committed by GitHub
parent 29377e54c6
commit 42dbe11930
2 changed files with 10 additions and 4 deletions
@@ -9,14 +9,14 @@
/obj/item/hullbeacon/red
name = "red hull beacon"
desc = "A light-emitting red hull beacon."
icon_state = "beacon_green_on"
desc = "A red, light-emitting hull beacon."
icon_state = "beacon_red_on"
light_color = LIGHT_COLOR_RED
light_range = 3
/obj/item/hullbeacon/green
name = "green hull beacon"
desc = "A light-emitting green hull beacon."
icon_state = "beacon_red_on"
desc = "A green, light-emitting hull beacon."
icon_state = "beacon_green_on"
light_color = LIGHT_COLOR_GREEN
light_range = 3