diff --git a/html/changelog.html b/html/changelog.html
index 01793953e8a..6b420283feb 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -52,6 +52,10 @@
-->
01 April 2020
+
ArcaneDefence updated:
+
+ - Mothpeople will now grow larger wings when using a potion of flight if their wings aren't already burnt off.
+
ArcaneMusic updated:
- The Nanotrasen cargo and export division has discovered a new recycling method, enabling significantly more exports off station.
@@ -69,6 +73,10 @@
- The spraycan color input can now be triggered with ctrl-click while it's on your person.
+ Iamgoofball updated:
+
+ - Admins can now set custom gamemode policy for Gangsters and Undercover Cops.
+
Ryll/Shaps updated:
- Failing unlacing someone's shoes and getting your hand stepped on is a bit more punishing
@@ -80,6 +88,15 @@
- Updates various machines, which currently use SSfastprocess, so that they only start processing when it's necessary. Some of these updated machines have been changed so that they don't ever need to process.
- Replaces the speed_process var with two new variables. The processing_flags variable stores bitflags with information about a machine's preferences on when it should start processing. The subsystem_type var holds the path to which type of subsystem that machine should use.
+ Time-Green updated:
+
+ - Plumbing stuff shouldnt have misleading directions and CONSTANTLY SPIN EVERYWHERE
+
+ XDTM updated:
+
+ - Added the Cortex Imprint experimental surgery; it causes the patient's brain to regenerate damage and mild traumas over time.
+ - Added the Cortex Folding experimental surgery; it increases the chance of obtaining special traumas instead of severe, and makes them require surgery to cure.
+
31 March 2020
Akrilla updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3267423367c..6b4f614075f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -38356,6 +38356,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Akrilla:
- bugfix: Stamcrit immediately stuns again
2020-04-01:
+ ArcaneDefence:
+ - rscadd: Mothpeople will now grow larger wings when using a potion of flight if
+ their wings aren't already burnt off.
ArcaneMusic:
- rscadd: The Nanotrasen cargo and export division has discovered a new recycling
method, enabling significantly more exports off station.
@@ -38368,6 +38371,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Ghommie:
- rscadd: The spraycan color input can now be triggered with ctrl-click while it's
on your person.
+ Iamgoofball:
+ - admin: Admins can now set custom gamemode policy for Gangsters and Undercover
+ Cops.
Ryll/Shaps:
- balance: Failing unlacing someone's shoes and getting your hand stepped on is
a bit more punishing
@@ -38383,3 +38389,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
variable stores bitflags with information about a machine's preferences on when
it should start processing. The subsystem_type var holds the path to which type
of subsystem that machine should use.
+ Time-Green:
+ - bugfix: Plumbing stuff shouldnt have misleading directions and CONSTANTLY SPIN
+ EVERYWHERE
+ XDTM:
+ - rscadd: Added the Cortex Imprint experimental surgery; it causes the patient's
+ brain to regenerate damage and mild traumas over time.
+ - rscadd: Added the Cortex Folding experimental surgery; it increases the chance
+ of obtaining special traumas instead of severe, and makes them require surgery
+ to cure.
diff --git a/html/changelogs/AutoChangeLog-pr-49621.yml b/html/changelogs/AutoChangeLog-pr-49621.yml
deleted file mode 100644
index 2bf5d9708b6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-49621.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "XDTM"
-delete-after: True
-changes:
- - rscadd: "Added the Cortex Imprint experimental surgery; it causes the patient's brain to regenerate damage and mild traumas over time."
- - rscadd: "Added the Cortex Folding experimental surgery; it increases the chance of obtaining special traumas instead of severe, and makes them require surgery to cure."
diff --git a/html/changelogs/AutoChangeLog-pr-50183.yml b/html/changelogs/AutoChangeLog-pr-50183.yml
deleted file mode 100644
index f813cc1efa1..00000000000
--- a/html/changelogs/AutoChangeLog-pr-50183.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ArcaneDefence"
-delete-after: True
-changes:
- - rscadd: "Mothpeople will now grow larger wings when using a potion of flight if their wings aren't already burnt off."
diff --git a/html/changelogs/AutoChangeLog-pr-50245.yml b/html/changelogs/AutoChangeLog-pr-50245.yml
deleted file mode 100644
index dec17f147b9..00000000000
--- a/html/changelogs/AutoChangeLog-pr-50245.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Iamgoofball"
-delete-after: True
-changes:
- - admin: "Admins can now set custom gamemode policy for Gangsters and Undercover Cops."
diff --git a/html/changelogs/AutoChangeLog-pr-50308.yml b/html/changelogs/AutoChangeLog-pr-50308.yml
deleted file mode 100644
index 8b66e348d20..00000000000
--- a/html/changelogs/AutoChangeLog-pr-50308.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Time-Green"
-delete-after: True
-changes:
- - bugfix: "Plumbing stuff shouldnt have misleading directions and CONSTANTLY SPIN EVERYWHERE"