From 97685de715db9b5a193e1dc6512e00a9b00a32d5 Mon Sep 17 00:00:00 2001 From: bunny232 Date: Fri, 14 May 2021 14:54:37 -0400 Subject: [PATCH 1/3] Update MetaStation.dmm --- _maps/map_files/MetaStation/MetaStation.dmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_maps/map_files/MetaStation/MetaStation.dmm b/_maps/map_files/MetaStation/MetaStation.dmm index 216b2a3db7..35e15c4179 100644 --- a/_maps/map_files/MetaStation/MetaStation.dmm +++ b/_maps/map_files/MetaStation/MetaStation.dmm @@ -21712,7 +21712,7 @@ icon_state = "1-2" }, /obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=13.3-Engineering-Central"; + codes_txt = "patrol;next_patrol=14-Starboard-Central"; location = "13.2-Tcommstore" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, From e01908742aae98c26232ff396a535ff024dcae54 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 14 May 2021 17:31:51 -0500 Subject: [PATCH 2/3] Automatic changelog generation for PR #14721 [ci skip] --- html/changelogs/AutoChangeLog-pr-14721.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-14721.yml diff --git a/html/changelogs/AutoChangeLog-pr-14721.yml b/html/changelogs/AutoChangeLog-pr-14721.yml new file mode 100644 index 0000000000..fbfa2cbd33 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-14721.yml @@ -0,0 +1,4 @@ +author: "bunny232" +delete-after: True +changes: + - bugfix: "Corrects the bot pathing by engineering on meta station" From 3d1bbd6229cc3a7ee1484dbe299ef80c57c53df9 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Sat, 15 May 2021 00:27:18 +0000 Subject: [PATCH 3/3] Automatic changelog compile [ci skip] --- html/changelog.html | 10 ++++++++++ html/changelogs/.all_changelog.yml | 6 ++++++ html/changelogs/AutoChangeLog-pr-14627.yml | 4 ---- html/changelogs/AutoChangeLog-pr-14721.yml | 4 ---- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-14627.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-14721.yml diff --git a/html/changelog.html b/html/changelog.html index 7e3f24bf3b..64549ad33b 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -50,6 +50,16 @@ -->
+

15 May 2021

+

bunny232 updated:

+
    +
  • Corrects the bot pathing by engineering on meta station
  • +
+

timothyteakettle updated:

+
    +
  • borg spraycans have a five second delay before being able to knock someone down again
  • +
+

14 May 2021

keronshb updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index ca2426d1f0..7cdad77414 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -29301,3 +29301,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - balance: Removes VOG sleep command since it was an undocumented readd. zeroisthebiggay: - spellcheck: consealed +2021-05-15: + bunny232: + - bugfix: Corrects the bot pathing by engineering on meta station + timothyteakettle: + - balance: borg spraycans have a five second delay before being able to knock someone + down again diff --git a/html/changelogs/AutoChangeLog-pr-14627.yml b/html/changelogs/AutoChangeLog-pr-14627.yml deleted file mode 100644 index cde6b62174..0000000000 --- a/html/changelogs/AutoChangeLog-pr-14627.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "timothyteakettle" -delete-after: True -changes: - - balance: "borg spraycans have a five second delay before being able to knock someone down again" diff --git a/html/changelogs/AutoChangeLog-pr-14721.yml b/html/changelogs/AutoChangeLog-pr-14721.yml deleted file mode 100644 index fbfa2cbd33..0000000000 --- a/html/changelogs/AutoChangeLog-pr-14721.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "bunny232" -delete-after: True -changes: - - bugfix: "Corrects the bot pathing by engineering on meta station"