diff --git a/code/game/objects/items/devices/lighting/hull_beacon.dm b/code/game/objects/items/devices/lighting/hull_beacon.dm index b9b76ebb733..8561bf3a1ce 100644 --- a/code/game/objects/items/devices/lighting/hull_beacon.dm +++ b/code/game/objects/items/devices/lighting/hull_beacon.dm @@ -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 diff --git a/html/changelogs/SleepyGemmy-hull_beacons.yml b/html/changelogs/SleepyGemmy-hull_beacons.yml new file mode 100644 index 00000000000..57e5874dd68 --- /dev/null +++ b/html/changelogs/SleepyGemmy-hull_beacons.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Fixed the hull beacons having the wrong sprite colours."