diff --git a/html/changelog.html b/html/changelog.html
index 373ce57d97e..6e9355f6d2b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,66 @@
-->
+
13 August 2020
+
Angust updated:
+
+ - Aggressive spreading space vines no longer deal friendly fire.
+ - Aggressive vines now only harm when buckling you or actually spreading to your tile.
+ - Aggressive vines can no longer deafen/explode you, but will deal heavy damage and wounds instead.
+ - Most injuries from aggressive spreading vines are now mitigated by melee armor.
+ - Aggressive vines will no longer hurt dead people.
+ - Aggressive vines now cause sound effects and messages when they hit someone.
+ - Getting hit by aggressive vines will now register in the round's attack log.
+
+
SkyratBot updated:
+
+ - fixes ice box pods landing 3 tiles away
+ - The Fission360 app can now detect nukes and nuke disks on other Z levels (though it won't start tracking until you're on the same level).
+ - If you attach something to a grenade's boom wire it won't instantly trigger on pulse, instead using the same timer used for inhand activations.
+ - The voice analyzer now says something when it triggers, and plays a short whirrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr sound. The time between parse and trigger has been increased to 2 seconds as well. Oh and they can't be used when whispering.
+ - Some things on the station may allow for more advanced interaction when used alongside telekinesis when they previously did not.
+ - The security camera console will now correctly track when viewing moving cyborg cameras.
+ - Interface assets (js/css/images) can now be managed using an external webserver instead of byond's one at a time file transfer queue.
+ - Adds admin verb `toggle-cdn` that allows admins to disable the external webserver asset transport and revert to the old system. Useful if the webserver backing this goes down (thanks cloudflare).
+ - New config file, resources.txt, (must be loaded by an $include statement from the main config)
+ - The `external_rsc_urls.txt` config has been moved to the main config system.
+ - fixes wrong path on ninja pinpointer objective
+ - You can now craft cable restraints directly from the radial menu.
+ - some strange area mistakes on meta xenobio
+ - pistols missing sprites when loaded no longer do that
+ - Office supplies bounties
+ - slime core exports
+ - humanlike meat exports
+ - cloth, sheetzza, meat and durathread exports
+ - very profitable contraband tail exports
+ - high value export for [REDACTED]
+ - Removed reinforcement chromosomes, AKA mutadone resistance.
+ - Those with an unnatural attachment to life will no longer succumb to critical wounds when whispering.
+ - Adds a Chemical Beacon and a Chemical Recipient. They can be used to teleport chemicals over a long distance, altough the Chemical Recipient must be researched and printed in the medical protolathe. Simply use a multitool on the Recipient and then on any subsequent Chemical Beacons.
+ - Reworked plumbing RCD code a bit to support every object, not just subtypes of the abstract plumbing machinery class
+ - Flipping your gun no longer overrides every other action. They now happen simultaneously.
+ - Orbital Mech Pad Consoles can now be successfully linked to multiple pads. In particular, this means you can now properly teleport between all pads in Ice Box's multiple mining outposts as well as add new locations to teleport to.
+ - Intercoms can now be remotely viewed via telekinesis.
+ - byos now mentions that you can buy shuttle engine crates after buying it in its description
+ - Paper working with stamps again
+ - Paper works with doors now, become the next Martin Luther!
+ - Dead people cannot write on it if they have the page up
+ - Page goes away when you walk around
+ - replaced jetpacks in eva on icebox with those random things that were on the floor for some reason
+ - made the admin keycard doors more plain and straightforward in what they do.
+ - Pinpointers are no longer indestructible be default. The Nuke Pinpointers are still indestructible.
+ - Advanced medibots now have a distinct sprite.
+ - Added a new option for clients fps: "Recommended". Setting fps in the options to -1 now sets it to the recommended value. Byond version higher or equal to 513.1523 should be used.
+ - Due to interal byond workings the recommended value for fps is currently 40. Another good value is 100. 60 is not advised.
+ - magboots now update speed
+ - big slapps
+ - The moodlet for giving CPR will now also give to users of defibrillators.
+ - you can now make extendohands with a right and left arm
+ - spiderlings not getting flattened by a fly swatter in one hit
+ - If you are "in" something, and talk, runechat will be displayed as if the thing you are in talked.
+ - Icebox turbine is wired up to safety code.
+
+
12 August 2020
Bumtickley00 updated:
@@ -2124,26 +2184,6 @@
- Pubby's Robotics Lab now has a Cautery!
- Probably more minor quality of life changes I forgot to document as I made them.
-
-
11 June 2020
-
Arkatos updated:
-
- - Tachyon-Doppler Array now uses tgui.
-
-
Inept updated:
-
- - Card collectors, rejoice! The NTED has released a new binder for storing your TCG cards. Pick one up at the Fun vendor today!
-
-
ShizCalev updated:
-
- - I comes before E, except after C.
- - Wearing a gun on your armor / belt will no longer result in your waist turning purple and black.
-
-
tmtmtl30 updated:
-
- - The Families gamemode and antagonist have been refactored and should perform more sanely in some cases.
- - Families can now appear in dynamic rounds.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d482b4ee6c1..d1f51433e55 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41646,3 +41646,90 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
nano printer, will now attach the correct printer rather than attempt to stuff
a laptop printer into a tablet and silently fail but still take your cash.
- bugfix: Nanotrasen has fixed a supply chain problem with green stockings.
+2020-08-13:
+ Angust:
+ - bugfix: Aggressive spreading space vines no longer deal friendly fire.
+ - bugfix: Aggressive vines now only harm when buckling you or actually spreading
+ to your tile.
+ - balance: Aggressive vines can no longer deafen/explode you, but will deal heavy
+ damage and wounds instead.
+ - balance: Most injuries from aggressive spreading vines are now mitigated by melee
+ armor.
+ - tweak: Aggressive vines will no longer hurt dead people.
+ - tweak: Aggressive vines now cause sound effects and messages when they hit someone.
+ - tweak: Getting hit by aggressive vines will now register in the round's attack
+ log.
+ SkyratBot:
+ - bugfix: fixes ice box pods landing 3 tiles away
+ - tweak: The Fission360 app can now detect nukes and nuke disks on other Z levels
+ (though it won't start tracking until you're on the same level).
+ - tweak: If you attach something to a grenade's boom wire it won't instantly trigger
+ on pulse, instead using the same timer used for inhand activations.
+ - rscadd: The voice analyzer now says something when it triggers, and plays a short
+ whirrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr sound. The time between parse and
+ trigger has been increased to 2 seconds as well. Oh and they can't be used when
+ whispering.
+ - tweak: Some things on the station may allow for more advanced interaction when
+ used alongside telekinesis when they previously did not.
+ - bugfix: The security camera console will now correctly track when viewing moving
+ cyborg cameras.
+ - refactor: Interface assets (js/css/images) can now be managed using an external
+ webserver instead of byond's one at a time file transfer queue.
+ - admin: Adds admin verb `toggle-cdn` that allows admins to disable the external
+ webserver asset transport and revert to the old system. Useful if the webserver
+ backing this goes down (thanks cloudflare).
+ - config: New config file, resources.txt, (must be loaded by an $include statement
+ from the main config)
+ - server: The `external_rsc_urls.txt` config has been moved to the main config system.
+ - bugfix: fixes wrong path on ninja pinpointer objective
+ - tweak: You can now craft cable restraints directly from the radial menu.
+ - bugfix: some strange area mistakes on meta xenobio
+ - bugfix: pistols missing sprites when loaded no longer do that
+ - rscadd: Office supplies bounties
+ - rscadd: slime core exports
+ - rscadd: humanlike meat exports
+ - rscadd: cloth, sheetzza, meat and durathread exports
+ - rscadd: very profitable contraband tail exports
+ - rscadd: high value export for [REDACTED]
+ - rscdel: Removed reinforcement chromosomes, AKA mutadone resistance.
+ - bugfix: Those with an unnatural attachment to life will no longer succumb to critical
+ wounds when whispering.
+ - rscadd: Adds a Chemical Beacon and a Chemical Recipient. They can be used to teleport
+ chemicals over a long distance, altough the Chemical Recipient must be researched
+ and printed in the medical protolathe. Simply use a multitool on the Recipient
+ and then on any subsequent Chemical Beacons.
+ - code_imp: Reworked plumbing RCD code a bit to support every object, not just subtypes
+ of the abstract plumbing machinery class
+ - tweak: Flipping your gun no longer overrides every other action. They now happen
+ simultaneously.
+ - bugfix: Orbital Mech Pad Consoles can now be successfully linked to multiple pads.
+ In particular, this means you can now properly teleport between all pads in
+ Ice Box's multiple mining outposts as well as add new locations to teleport
+ to.
+ - bugfix: Intercoms can now be remotely viewed via telekinesis.
+ - tweak: byos now mentions that you can buy shuttle engine crates after buying it
+ in its description
+ - bugfix: Paper working with stamps again
+ - bugfix: Paper works with doors now, become the next Martin Luther!
+ - bugfix: Dead people cannot write on it if they have the page up
+ - bugfix: Page goes away when you walk around
+ - tweak: replaced jetpacks in eva on icebox with those random things that were on
+ the floor for some reason
+ - spellcheck: made the admin keycard doors more plain and straightforward in what
+ they do.
+ - tweak: Pinpointers are no longer indestructible be default. The Nuke Pinpointers
+ are still indestructible.
+ - imageadd: Advanced medibots now have a distinct sprite.
+ - tweak: 'Added a new option for clients fps: "Recommended". Setting fps in the
+ options to -1 now sets it to the recommended value. Byond version higher or
+ equal to 513.1523 should be used.'
+ - tweak: Due to interal byond workings the recommended value for fps is currently
+ 40. Another good value is 100. 60 is not advised.
+ - bugfix: magboots now update speed
+ - rscadd: big slapps
+ - rscadd: The moodlet for giving CPR will now also give to users of defibrillators.
+ - rscadd: you can now make extendohands with a right and left arm
+ - bugfix: spiderlings not getting flattened by a fly swatter in one hit
+ - rscadd: If you are "in" something, and talk, runechat will be displayed as if
+ the thing you are in talked.
+ - bugfix: Icebox turbine is wired up to safety code.
diff --git a/html/changelogs/AutoChangeLog-pr-287.yml b/html/changelogs/AutoChangeLog-pr-287.yml
deleted file mode 100644
index c72a89097da..00000000000
--- a/html/changelogs/AutoChangeLog-pr-287.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Those with an unnatural attachment to life will no longer succumb to critical wounds when whispering."
diff --git a/html/changelogs/AutoChangeLog-pr-288.yml b/html/changelogs/AutoChangeLog-pr-288.yml
deleted file mode 100644
index 058f9134297..00000000000
--- a/html/changelogs/AutoChangeLog-pr-288.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "magboots now update speed"
diff --git a/html/changelogs/AutoChangeLog-pr-289.yml b/html/changelogs/AutoChangeLog-pr-289.yml
deleted file mode 100644
index 8ceac2e24f6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-289.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Orbital Mech Pad Consoles can now be successfully linked to multiple pads. In particular, this means you can now properly teleport between all pads in Ice Box's multiple mining outposts as well as add new locations to teleport to."
diff --git a/html/changelogs/AutoChangeLog-pr-292.yml b/html/changelogs/AutoChangeLog-pr-292.yml
deleted file mode 100644
index 72e2426a44f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-292.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "The moodlet for giving CPR will now also give to users of defibrillators."
diff --git a/html/changelogs/AutoChangeLog-pr-294.yml b/html/changelogs/AutoChangeLog-pr-294.yml
deleted file mode 100644
index 6a4faddd0de..00000000000
--- a/html/changelogs/AutoChangeLog-pr-294.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "you can now make extendohands with a right and left arm"
diff --git a/html/changelogs/AutoChangeLog-pr-295.yml b/html/changelogs/AutoChangeLog-pr-295.yml
deleted file mode 100644
index e850c1d2169..00000000000
--- a/html/changelogs/AutoChangeLog-pr-295.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "byos now mentions that you can buy shuttle engine crates after buying it in its description"
diff --git a/html/changelogs/AutoChangeLog-pr-296.yml b/html/changelogs/AutoChangeLog-pr-296.yml
deleted file mode 100644
index 156430cc1b9..00000000000
--- a/html/changelogs/AutoChangeLog-pr-296.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "The security camera console will now correctly track when viewing moving cyborg cameras."
diff --git a/html/changelogs/AutoChangeLog-pr-297.yml b/html/changelogs/AutoChangeLog-pr-297.yml
deleted file mode 100644
index d48ed37a4a4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-297.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Intercoms can now be remotely viewed via telekinesis."
diff --git a/html/changelogs/AutoChangeLog-pr-298.yml b/html/changelogs/AutoChangeLog-pr-298.yml
deleted file mode 100644
index 19a4449af21..00000000000
--- a/html/changelogs/AutoChangeLog-pr-298.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "Pinpointers are no longer indestructible be default. The Nuke Pinpointers are still indestructible."
diff --git a/html/changelogs/AutoChangeLog-pr-299.yml b/html/changelogs/AutoChangeLog-pr-299.yml
deleted file mode 100644
index cd6ca5ed94d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-299.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - imageadd: "Advanced medibots now have a distinct sprite."
diff --git a/html/changelogs/AutoChangeLog-pr-300.yml b/html/changelogs/AutoChangeLog-pr-300.yml
deleted file mode 100644
index 7f703199907..00000000000
--- a/html/changelogs/AutoChangeLog-pr-300.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "big slapps"
diff --git a/html/changelogs/AutoChangeLog-pr-301.yml b/html/changelogs/AutoChangeLog-pr-301.yml
deleted file mode 100644
index ff08e3568bc..00000000000
--- a/html/changelogs/AutoChangeLog-pr-301.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "Some things on the station may allow for more advanced interaction when used alongside telekinesis when they previously did not."
diff --git a/html/changelogs/AutoChangeLog-pr-302.yml b/html/changelogs/AutoChangeLog-pr-302.yml
deleted file mode 100644
index de36d39bcda..00000000000
--- a/html/changelogs/AutoChangeLog-pr-302.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Paper working with stamps again"
- - bugfix: "Paper works with doors now, become the next Martin Luther!"
- - bugfix: "Dead people cannot write on it if they have the page up"
- - bugfix: "Page goes away when you walk around"
diff --git a/html/changelogs/AutoChangeLog-pr-303.yml b/html/changelogs/AutoChangeLog-pr-303.yml
deleted file mode 100644
index 1daf2f0bd1a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-303.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "If you attach something to a grenade's boom wire it won't instantly trigger on pulse, instead using the same timer used for inhand activations."
- - rscadd: "The voice analyzer now says something when it triggers, and plays a short whirrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr sound. The time between parse and trigger has been increased to 2 seconds as well. Oh and they can't be used when whispering."
diff --git a/html/changelogs/AutoChangeLog-pr-304.yml b/html/changelogs/AutoChangeLog-pr-304.yml
deleted file mode 100644
index f211b74bef7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-304.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "If you are \"in\" something, and talk, runechat will be displayed as if the thing you are in talked."
diff --git a/html/changelogs/AutoChangeLog-pr-305.yml b/html/changelogs/AutoChangeLog-pr-305.yml
deleted file mode 100644
index f8df6e55720..00000000000
--- a/html/changelogs/AutoChangeLog-pr-305.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscdel: "Removed reinforcement chromosomes, AKA mutadone resistance."
diff --git a/html/changelogs/AutoChangeLog-pr-306.yml b/html/changelogs/AutoChangeLog-pr-306.yml
deleted file mode 100644
index fd161aa48e2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-306.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "You can now craft cable restraints directly from the radial menu."
diff --git a/html/changelogs/AutoChangeLog-pr-307.yml b/html/changelogs/AutoChangeLog-pr-307.yml
deleted file mode 100644
index b770e0af319..00000000000
--- a/html/changelogs/AutoChangeLog-pr-307.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "pistols missing sprites when loaded no longer do that"
diff --git a/html/changelogs/AutoChangeLog-pr-308.yml b/html/changelogs/AutoChangeLog-pr-308.yml
deleted file mode 100644
index 47f5a30d9a6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-308.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "fixes wrong path on ninja pinpointer objective"
diff --git a/html/changelogs/AutoChangeLog-pr-309.yml b/html/changelogs/AutoChangeLog-pr-309.yml
deleted file mode 100644
index 3af2dce3711..00000000000
--- a/html/changelogs/AutoChangeLog-pr-309.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "Added a new option for clients fps: \"Recommended\". Setting fps in the options to -1 now sets it to the recommended value. Byond version higher or equal to 513.1523 should be used."
- - tweak: "Due to interal byond workings the recommended value for fps is currently 40. Another good value is 100. 60 is not advised."
diff --git a/html/changelogs/AutoChangeLog-pr-310.yml b/html/changelogs/AutoChangeLog-pr-310.yml
deleted file mode 100644
index 91f366baf40..00000000000
--- a/html/changelogs/AutoChangeLog-pr-310.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "spiderlings not getting flattened by a fly swatter in one hit"
diff --git a/html/changelogs/AutoChangeLog-pr-311.yml b/html/changelogs/AutoChangeLog-pr-311.yml
deleted file mode 100644
index 665fadd6125..00000000000
--- a/html/changelogs/AutoChangeLog-pr-311.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - spellcheck: "made the admin keycard doors more plain and straightforward in what they do."
diff --git a/html/changelogs/AutoChangeLog-pr-312.yml b/html/changelogs/AutoChangeLog-pr-312.yml
deleted file mode 100644
index d8777223a1e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-312.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - refactor: "Interface assets (js/css/images) can now be managed using an external webserver instead of byond's one at a time file transfer queue."
- - admin: "Adds admin verb `toggle-cdn` that allows admins to disable the external webserver asset transport and revert to the old system. Useful if the webserver backing this goes down (thanks cloudflare)."
- - config: "New config file, resources.txt, (must be loaded by an $include statement from the main config)"
- - server: "The `external_rsc_urls.txt` config has been moved to the main config system."
diff --git a/html/changelogs/AutoChangeLog-pr-313.yml b/html/changelogs/AutoChangeLog-pr-313.yml
deleted file mode 100644
index 71c1e902296..00000000000
--- a/html/changelogs/AutoChangeLog-pr-313.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "fixes ice box pods landing 3 tiles away"
diff --git a/html/changelogs/AutoChangeLog-pr-314.yml b/html/changelogs/AutoChangeLog-pr-314.yml
deleted file mode 100644
index 18d15bc0a16..00000000000
--- a/html/changelogs/AutoChangeLog-pr-314.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Icebox turbine is wired up to safety code."
diff --git a/html/changelogs/AutoChangeLog-pr-315.yml b/html/changelogs/AutoChangeLog-pr-315.yml
deleted file mode 100644
index 754f7186178..00000000000
--- a/html/changelogs/AutoChangeLog-pr-315.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "replaced jetpacks in eva on icebox with those random things that were on the floor for some reason"
diff --git a/html/changelogs/AutoChangeLog-pr-316.yml b/html/changelogs/AutoChangeLog-pr-316.yml
deleted file mode 100644
index 3ba24ffe6d9..00000000000
--- a/html/changelogs/AutoChangeLog-pr-316.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "some strange area mistakes on meta xenobio"
diff --git a/html/changelogs/AutoChangeLog-pr-318.yml b/html/changelogs/AutoChangeLog-pr-318.yml
deleted file mode 100644
index e72e44ff53c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-318.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "The Fission360 app can now detect nukes and nuke disks on other Z levels (though it won't start tracking until you're on the same level)."
diff --git a/html/changelogs/AutoChangeLog-pr-321.yml b/html/changelogs/AutoChangeLog-pr-321.yml
deleted file mode 100644
index 5d363b1def4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-321.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "Adds a Chemical Beacon and a Chemical Recipient. They can be used to teleport chemicals over a long distance, altough the Chemical Recipient must be researched and printed in the medical protolathe. Simply use a multitool on the Recipient and then on any subsequent Chemical Beacons."
- - code_imp: "Reworked plumbing RCD code a bit to support every object, not just subtypes of the abstract plumbing machinery class"
diff --git a/html/changelogs/AutoChangeLog-pr-322.yml b/html/changelogs/AutoChangeLog-pr-322.yml
deleted file mode 100644
index c34ce1bba1c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-322.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "Office supplies bounties"
- - rscadd: "slime core exports"
- - rscadd: "humanlike meat exports"
- - rscadd: "cloth, sheetzza, meat and durathread exports"
- - rscadd: "very profitable contraband tail exports"
- - rscadd: "high value export for [REDACTED]"
diff --git a/html/changelogs/AutoChangeLog-pr-323.yml b/html/changelogs/AutoChangeLog-pr-323.yml
deleted file mode 100644
index c7efa6610a2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-323.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "Flipping your gun no longer overrides every other action. They now happen simultaneously."
diff --git a/html/changelogs/AutoChangeLog-pr-325.yml b/html/changelogs/AutoChangeLog-pr-325.yml
deleted file mode 100644
index d6163a943cf..00000000000
--- a/html/changelogs/AutoChangeLog-pr-325.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: "Angust"
-delete-after: True
-changes:
- - bugfix: "Aggressive spreading space vines no longer deal friendly fire."
- - bugfix: "Aggressive vines now only harm when buckling you or actually spreading to your tile."
- - balance: "Aggressive vines can no longer deafen/explode you, but will deal heavy damage and wounds instead."
- - balance: "Most injuries from aggressive spreading vines are now mitigated by melee armor."
- - tweak: "Aggressive vines will no longer hurt dead people."
- - tweak: "Aggressive vines now cause sound effects and messages when they hit someone."
- - tweak: "Getting hit by aggressive vines will now register in the round's attack log."