From 9b682befa92cdb5431f58995f47852bafa06b326 Mon Sep 17 00:00:00 2001 From: kyres1 <36868890+kyres1@users.noreply.github.com> Date: Thu, 20 Jul 2023 22:03:13 -0500 Subject: [PATCH] Anchors IFF beacons (#16765) * AAUUURRGHHHHH!!!! * Update code/modules/overmap/ships/identification.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --- code/modules/overmap/ships/identification.dm | 1 + html/changelogs/kyres1-anchoring_iff_beacons.yml | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 html/changelogs/kyres1-anchoring_iff_beacons.yml diff --git a/code/modules/overmap/ships/identification.dm b/code/modules/overmap/ships/identification.dm index 15251ce0a1d..d7c88646f68 100644 --- a/code/modules/overmap/ships/identification.dm +++ b/code/modules/overmap/ships/identification.dm @@ -3,6 +3,7 @@ desc = "A complex set of various bluespace and subspace arrays that transmit a ship's identification tags." icon = 'icons/obj/machinery/iff_transponder.dmi' icon_state = "iff" + anchored = TRUE idle_power_usage = 500 var/datum/wires/iff/wires var/disabled = FALSE diff --git a/html/changelogs/kyres1-anchoring_iff_beacons.yml b/html/changelogs/kyres1-anchoring_iff_beacons.yml new file mode 100644 index 00000000000..528d7559362 --- /dev/null +++ b/html/changelogs/kyres1-anchoring_iff_beacons.yml @@ -0,0 +1,6 @@ +author: kyres1 + +delete-after: True + +changes: + - bugfix: "Anchored IFF beacons, which have apparently never been anchored until now."