From 00e1c586a7a8320c731873e4f644f7c0a4e24566 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 11 Sep 2020 16:15:03 -0500 Subject: [PATCH] Automatic changelog generation for PR #13368 [ci skip] --- html/changelogs/AutoChangeLog-pr-13368.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13368.yml diff --git a/html/changelogs/AutoChangeLog-pr-13368.yml b/html/changelogs/AutoChangeLog-pr-13368.yml new file mode 100644 index 0000000000..36d60242a8 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13368.yml @@ -0,0 +1,13 @@ +author: "Tupinambis" +delete-after: True +changes: + - tweak: "Redid Cogstation atmos pipes to make it less cluttered." + - tweak: "Removed a few doors from the main hallway to mitigate chokepoint issues" + - bugfix: "All belt hell conveyers are now on by default, so that belt hell actually works." + - bugfix: "IDs for poddoors and belts and the like. Everything is now properly hooked and should work as expected (except for the pressure triggered mass drivers)" + - bugfix: "addresses most if not all roundstart active turfs." + - bugfix: "Issue where wires were connected to the SMES improperly, and SMES were not properly precharged, resulting in power failure earlier than intended." + - bugfix: "various rogue turfs and wirings." + - bugfix: "security office APC being hooked to maintenance for some reason." + - bugfix: "TEG is now directly wired to the SMES." + - code_imp: "adds a subtype of mass drivers that is triggered by things being on it. TODO: Make these mass drivers trigger poddoors, to make belt hell fully functional."