From 0fd3ca1e3eb3644ff1687f4099abbe87be9e641d Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Sat, 4 Sep 2021 01:42:12 -0400 Subject: [PATCH 1/7] Update tips.txt --- strings/tips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings/tips.txt b/strings/tips.txt index d4373b3606..5c6228769e 100644 --- a/strings/tips.txt +++ b/strings/tips.txt @@ -136,7 +136,7 @@ As a Security Officer, your security HUDglasses can not only see crewmates' job As a Security Officer, mindshield implants can only prevent someone from being turned into a cultist: unlike revolutionaries, it will not de-cult them if they have already been converted. As a Security Officer, examining someone while wearing your security HUDglasses can allow you to swiftly edit their records and criminal status. Be sure to set someone to WANTED if you can't catch up to them, as it'll alert other officers of who's the bad guy, and cause the little security droids to chase after them for you. As a Security Officer, you can take out the power cell on your baton to replace it with a better or fully charged one. Just use a screwdriver on your baton to remove the old cell. -As a Security Officer, you can just about any firearm on your vest, this even works with other non-standard armor-substitutes like security winter coats! +As a Security Officer, you can place just about any firearm on your vest slot, and this even works with other non-standard armor-substitutes like security winter coats! As the Detective, people leave fingerprints everywhere and on everything. With the exception of white latex, gloves will hide them. All is not lost, however, as gloves leave fibers specific to their kind such as black or nitrile, pointing to a general department. As the Detective, you can use your forensics scanner from a distance. Use this to scan boxes or other storage containers. As the Detective, your revolver can be loaded with .357 ammunition. Use a screwdriver to permanently modify your revolver into using this type of ammunition, be warned however, firing it has a decent chance to cause the revolver to misfire and shoot you in the foot. From 103d6255a0f607b9c45018aaab7627a54fd34ef1 Mon Sep 17 00:00:00 2001 From: bunny232 Date: Sat, 4 Sep 2021 16:59:05 -0400 Subject: [PATCH 2/7] Update PubbyStation.dmm --- _maps/map_files/PubbyStation/PubbyStation.dmm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/_maps/map_files/PubbyStation/PubbyStation.dmm b/_maps/map_files/PubbyStation/PubbyStation.dmm index 536d5f4aa3..acd2b23ba0 100644 --- a/_maps/map_files/PubbyStation/PubbyStation.dmm +++ b/_maps/map_files/PubbyStation/PubbyStation.dmm @@ -54548,8 +54548,8 @@ id = "xenoigniter"; luminosity = 2 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 4 }, /turf/open/floor/engine, /area/science/xenobiology) @@ -55484,7 +55484,7 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, /turf/open/floor/plasteel/dark, /area/science/xenobiology) "hVx" = ( @@ -55906,6 +55906,7 @@ id = "xenoigniter"; luminosity = 2 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/engine, /area/science/xenobiology) "iPz" = ( @@ -59460,6 +59461,7 @@ /obj/machinery/atmospherics/components/unary/vent_scrubber/on{ dir = 8 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/engine, /area/science/xenobiology) "qAx" = ( @@ -60664,6 +60666,7 @@ /area/maintenance/department/science) "tfP" = ( /obj/item/beacon, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, /turf/open/floor/engine, /area/science/xenobiology) "tfZ" = ( @@ -114714,13 +114717,13 @@ abI aby aaa xKc -blX +lCN qAk iPj tfP geN qAk -blX +uzB xKc aaa aby From 8904950cf5d0c8c02f77bff8d4cd83f2d7a43b07 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 5 Sep 2021 14:35:38 -0400 Subject: [PATCH 3/7] Gremlinfix --- code/modules/mob/living/simple_animal/gremlin/gremlin.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/gremlin/gremlin.dm b/code/modules/mob/living/simple_animal/gremlin/gremlin.dm index 003afad4f2..61436cea1c 100644 --- a/code/modules/mob/living/simple_animal/gremlin/gremlin.dm +++ b/code/modules/mob/living/simple_animal/gremlin/gremlin.dm @@ -147,6 +147,7 @@ GLOBAL_LIST(bad_gremlin_items) /mob/living/simple_animal/hostile/gremlin/death(gibbed) walk(src,0) + QDEL_NULL(access_card) return ..() /mob/living/simple_animal/hostile/gremlin/Life() From d7ec2417fe3a48633bae74fef3f0101e33f702b4 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 6 Sep 2021 13:53:10 -0500 Subject: [PATCH 4/7] Automatic changelog generation for PR #15081 [ci skip] --- html/changelogs/AutoChangeLog-pr-15081.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-15081.yml diff --git a/html/changelogs/AutoChangeLog-pr-15081.yml b/html/changelogs/AutoChangeLog-pr-15081.yml new file mode 100644 index 0000000000..68fd10769a --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-15081.yml @@ -0,0 +1,4 @@ +author: "keronshb" +delete-after: True +changes: + - bugfix: "Gremlins no longer have AA when dead" From 0009d75eb84d6bdde438f7f0183da904d1b1bc63 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 6 Sep 2021 13:53:23 -0500 Subject: [PATCH 5/7] Automatic changelog generation for PR #15076 [ci skip] --- html/changelogs/AutoChangeLog-pr-15076.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-15076.yml diff --git a/html/changelogs/AutoChangeLog-pr-15076.yml b/html/changelogs/AutoChangeLog-pr-15076.yml new file mode 100644 index 0000000000..3f9d3ac66d --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-15076.yml @@ -0,0 +1,4 @@ +author: "zeroisthebiggay" +delete-after: True +changes: + - spellcheck: "you can just about" From 7f80a11f694744870de2d7f350dd93ce9b85dcc7 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Mon, 6 Sep 2021 13:58:49 -0500 Subject: [PATCH 6/7] Automatic changelog generation for PR #15077 [ci skip] --- html/changelogs/AutoChangeLog-pr-15077.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-15077.yml diff --git a/html/changelogs/AutoChangeLog-pr-15077.yml b/html/changelogs/AutoChangeLog-pr-15077.yml new file mode 100644 index 0000000000..d5f0e12eff --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-15077.yml @@ -0,0 +1,4 @@ +author: "bunny232" +delete-after: True +changes: + - bugfix: "fixed some jank in pubby's xenobiological secure pen" From e7aea388413dbfd10f5d04e7f1b8963987372c74 Mon Sep 17 00:00:00 2001 From: Changelogs Date: Tue, 7 Sep 2021 00:23:47 +0000 Subject: [PATCH 7/7] Automatic changelog compile [ci skip] --- html/changelog.html | 14 ++++++++++++++ html/changelogs/.all_changelog.yml | 7 +++++++ html/changelogs/AutoChangeLog-pr-15076.yml | 4 ---- html/changelogs/AutoChangeLog-pr-15077.yml | 4 ---- html/changelogs/AutoChangeLog-pr-15081.yml | 4 ---- 5 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 html/changelogs/AutoChangeLog-pr-15076.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-15077.yml delete mode 100644 html/changelogs/AutoChangeLog-pr-15081.yml diff --git a/html/changelog.html b/html/changelog.html index 746e4e75be..b1844fa0a9 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -50,6 +50,20 @@ -->
+

07 September 2021

+

bunny232 updated:

+
    +
  • fixed some jank in pubby's xenobiological secure pen
  • +
+

keronshb updated:

+
    +
  • Gremlins no longer have AA when dead
  • +
+

zeroisthebiggay updated:

+
    +
  • you can just about
  • +
+

05 September 2021

DeltaFire15 updated:

    diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 17b7641684..5d85fe7ccb 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -29904,3 +29904,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. DeltaFire15: - bugfix: Unreadied player gamemode votes now actually get ignored (if the config for this is enabled). +2021-09-07: + bunny232: + - bugfix: fixed some jank in pubby's xenobiological secure pen + keronshb: + - bugfix: Gremlins no longer have AA when dead + zeroisthebiggay: + - spellcheck: you can just about diff --git a/html/changelogs/AutoChangeLog-pr-15076.yml b/html/changelogs/AutoChangeLog-pr-15076.yml deleted file mode 100644 index 3f9d3ac66d..0000000000 --- a/html/changelogs/AutoChangeLog-pr-15076.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "zeroisthebiggay" -delete-after: True -changes: - - spellcheck: "you can just about" diff --git a/html/changelogs/AutoChangeLog-pr-15077.yml b/html/changelogs/AutoChangeLog-pr-15077.yml deleted file mode 100644 index d5f0e12eff..0000000000 --- a/html/changelogs/AutoChangeLog-pr-15077.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "bunny232" -delete-after: True -changes: - - bugfix: "fixed some jank in pubby's xenobiological secure pen" diff --git a/html/changelogs/AutoChangeLog-pr-15081.yml b/html/changelogs/AutoChangeLog-pr-15081.yml deleted file mode 100644 index 68fd10769a..0000000000 --- a/html/changelogs/AutoChangeLog-pr-15081.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "keronshb" -delete-after: True -changes: - - bugfix: "Gremlins no longer have AA when dead"