From a5a24248fec56a252a4f438146a6eba75ccb5834 Mon Sep 17 00:00:00 2001 From: Casper3667 <8396443+Casper3667@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:08:58 +0200 Subject: [PATCH] Fixes the sprite for the miner bowman headset (#21061) Fixes https://github.com/Aurorastation/Aurora.3/issues/21033 It wasn't being sent to the right file, simple as that. --- code/game/objects/items/devices/radio/headset.dm | 1 + html/changelogs/BowmanMinerFix.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/BowmanMinerFix.yml diff --git a/code/game/objects/items/devices/radio/headset.dm b/code/game/objects/items/devices/radio/headset.dm index 2044eb7f0db..28d696dd6db 100644 --- a/code/game/objects/items/devices/radio/headset.dm +++ b/code/game/objects/items/devices/radio/headset.dm @@ -454,6 +454,7 @@ /obj/item/device/radio/headset/headset_mining/alt name = "mining bowman radio headset" + icon = 'icons/obj/item/device/radio/headset_alt.dmi' icon_state = "mine_headset_alt" item_state = "headset_alt" diff --git a/html/changelogs/BowmanMinerFix.yml b/html/changelogs/BowmanMinerFix.yml new file mode 100644 index 00000000000..d3ff7210bb0 --- /dev/null +++ b/html/changelogs/BowmanMinerFix.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Fixes the miner's bowman headset sprite."