mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Fixes the Hull Beacons Colours (#18446)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user