From 07500563fd3bd2363275643979695c35b2d704f1 Mon Sep 17 00:00:00 2001 From: Benedict <91219575+Ben10083@users.noreply.github.com> Date: Mon, 16 May 2022 06:34:57 -0400 Subject: [PATCH] Spiderbot Sync User Notice (#13966) --- .../mob/living/simple_animal/friendly/spiderbot.dm | 1 + html/changelogs/Ben10083 - SpiderbotSyncMsg.yml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 html/changelogs/Ben10083 - SpiderbotSyncMsg.yml diff --git a/code/modules/mob/living/simple_animal/friendly/spiderbot.dm b/code/modules/mob/living/simple_animal/friendly/spiderbot.dm index 32a8c21d9bf..aff84411046 100644 --- a/code/modules/mob/living/simple_animal/friendly/spiderbot.dm +++ b/code/modules/mob/living/simple_animal/friendly/spiderbot.dm @@ -154,6 +154,7 @@ internal_id.access.Cut() internal_id.access = id_card.access.Copy() to_chat(user, SPAN_NOTICE("Access synced with [src].")) + to_chat(src, SPAN_NOTICE("Access codes updated.")) return 1 else O.attack(src, user, user.zone_sel.selecting) diff --git a/html/changelogs/Ben10083 - SpiderbotSyncMsg.yml b/html/changelogs/Ben10083 - SpiderbotSyncMsg.yml new file mode 100644 index 00000000000..492aee4a4bd --- /dev/null +++ b/html/changelogs/Ben10083 - SpiderbotSyncMsg.yml @@ -0,0 +1,13 @@ +# Your name. +author: Ben10083 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - bugfix: "Spiderbots now get a message when access is updated."