diff --git a/html/changelog.html b/html/changelog.html
index 1cda78daea3..a5a23a202e8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,38 @@
-->
+
10 April 2021
+
Geeves updated:
+
+ - Tweaks how autolathes generate their recipe lists, ideally there'd be no player-facing change.
+ - You can now change autolathe categories while it's busy building things.
+ - Cortical borers now get a UI element that shows how many chemicals they have to use. They also gain their host's health doll when they infest them.
+ - Hosts that get taken over by cortical borers now get a big resist button UI element, which they can use to resist the borer's control.
+ - Resisting against borer control now takes fourty seconds to a minute, up from twenty seconds to twenty-five seconds.
+ - Various cortical borer action now have a progress bar. Resisting borer control now also has a progress bar.
+ - Hosts being controlled by borers now emote randomly regardless of brain damage.
+ - Borers can now paralyze and infest people by clicking on them. It will paralyze if they're not lying down/paralyzed, and will infest if they are.
+ - Borers can now paralyze people from two tiles away (one tile between them).
+ - Awakening a humanoid's psionics will now also grant them the ability to speak Basic.
+ - The max rank a borer can upgrade a humanoid to has been reduced to Masterclass, down from Grandmasterclass. Lesser forms, such as monkeys, can only be upgraded to operant levels.
+ - Dead players can now properly see when a ghost is whispering to someone.
+ - Borer psionic awakening no longer has a chance to give someone paramount psionics.
+ - Borers upgrading psionics will now skip the Latent rank, which does nothing.
+ - Upgrading faculties will now always update the psionic powers available.
+
+
JohnWildkins updated:
+
+ - Shoes that cause slowdown (such as activated magboots) no longer apply their slowdown twice.
+
+
ThegreyWolf updated:
+
+ - The mesmetron pocketwatch can now properly hypnotise other people.
+
+
greenjoe12345 updated:
+
+ - Ported chem bags from Polaris. work like hydroponics bags, but with medicines! Two in the pharmaacy equipment locker.
+
+
09 April 2021
TheGreyWolf updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 67b1e472efc..e2875a53f2d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -19310,3 +19310,40 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
south or to the side.
- bugfix: Fixed vampire description telling that victims would be mobile when draining
them when they were in fact stunned.
+2021-04-10:
+ Geeves:
+ - refactor: Tweaks how autolathes generate their recipe lists, ideally there'd
+ be no player-facing change.
+ - bugfix: You can now change autolathe categories while it's busy building
+ things.
+ - rscadd: Cortical borers now get a UI element that shows how many chemicals they
+ have to use. They also gain their host's health doll when they infest them.
+ - rscadd: Hosts that get taken over by cortical borers now get a big resist button
+ UI element, which they can use to resist the borer's control.
+ - tweak: Resisting against borer control now takes fourty seconds to a minute, up
+ from twenty seconds to twenty-five seconds.
+ - rscadd: Various cortical borer action now have a progress bar. Resisting borer
+ control now also has a progress bar.
+ - tweak: Hosts being controlled by borers now emote randomly regardless of brain
+ damage.
+ - rscadd: Borers can now paralyze and infest people by clicking on them. It will
+ paralyze if they're not lying down/paralyzed, and will infest if they are.
+ - tweak: Borers can now paralyze people from two tiles away (one tile between them).
+ - rscadd: Awakening a humanoid's psionics will now also grant them the ability
+ to speak Basic.
+ - tweak: The max rank a borer can upgrade a humanoid to has been reduced to Masterclass,
+ down from Grandmasterclass. Lesser forms, such as monkeys, can only be upgraded
+ to operant levels.
+ - bugfix: Dead players can now properly see when a ghost is whispering to someone.
+ - tweak: Borer psionic awakening no longer has a chance to give someone paramount
+ psionics.
+ - tweak: Borers upgrading psionics will now skip the Latent rank, which does nothing.
+ - bugfix: Upgrading faculties will now always update the psionic powers available.
+ JohnWildkins:
+ - bugfix: Shoes that cause slowdown (such as activated magboots) no longer apply
+ their slowdown twice.
+ ThegreyWolf:
+ - bugfix: The mesmetron pocketwatch can now properly hypnotise other people.
+ greenjoe12345:
+ - rscadd: Ported chem bags from Polaris. work like hydroponics bags, but with medicines!
+ Two in the pharmaacy equipment locker.
diff --git a/html/changelogs/geeves-borer_stuff.yml b/html/changelogs/geeves-borer_stuff.yml
deleted file mode 100644
index 27bfd3d86f1..00000000000
--- a/html/changelogs/geeves-borer_stuff.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Cortical borers now get a UI element that shows how many chemicals they have to use. They also gain their host's health doll when they infest them."
- - rscadd: "Hosts that get taken over by cortical borers now get a big resist button UI element, which they can use to resist the borer's control."
- - tweak: "Resisting against borer control now takes fourty seconds to a minute, up from twenty seconds to twenty-five seconds."
- - rscadd: "Various cortical borer action now have a progress bar. Resisting borer control now also has a progress bar."
- - tweak: "Hosts being controlled by borers now emote randomly regardless of brain damage."
- - rscadd: "Borers can now paralyze and infest people by clicking on them. It will paralyze if they're not lying down/paralyzed, and will infest if they are."
- - tweak: "Borers can now paralyze people from two tiles away (one tile between them)."
- - rscadd: "Awakening a humanoid's psionics will now also grant them the ability to speak Basic."
- - tweak: "The max rank a borer can upgrade a humanoid to has been reduced to Masterclass, down from Grandmasterclass. Lesser forms, such as monkeys, can only be upgraded to operant levels."
- - bugfix: "Dead players can now properly see when a ghost is whispering to someone."
- - tweak: "Borer psionic awakening no longer has a chance to give someone paramount psionics."
- - tweak: "Borers upgrading psionics will now skip the Latent rank, which does nothing."
- - bugfix: "Upgrading faculties will now always update the psionic powers available."
\ No newline at end of file
diff --git a/html/changelogs/geeves-fabricator_things.yml b/html/changelogs/geeves-fabricator_things.yml
deleted file mode 100644
index 74e60646436..00000000000
--- a/html/changelogs/geeves-fabricator_things.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - refactor: "Tweaks how autolathes generate their recipe lists, ideally there'd be no player-facing change."
- - bugfix: "You can now change autolathe categories while it's busy building things."
\ No newline at end of file
diff --git a/html/changelogs/greenjoe12345 - chembag.yml b/html/changelogs/greenjoe12345 - chembag.yml
deleted file mode 100644
index 0d4740bbba7..00000000000
--- a/html/changelogs/greenjoe12345 - chembag.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: greenjoe12345
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Ported chem bags from Polaris. work like hydroponics bags, but with medicines! Two in the pharmaacy equipment locker."
diff --git a/html/changelogs/hypnosis.yml b/html/changelogs/hypnosis.yml
deleted file mode 100644
index 7bf4f283555..00000000000
--- a/html/changelogs/hypnosis.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: ThegreyWolf
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "The mesmetron pocketwatch can now properly hypnotise other people."
diff --git a/html/changelogs/johnwildkins-shoefix.yml b/html/changelogs/johnwildkins-shoefix.yml
deleted file mode 100644
index 58df0c20d32..00000000000
--- a/html/changelogs/johnwildkins-shoefix.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: JohnWildkins
-delete-after: True
-changes:
- - bugfix: "Shoes that cause slowdown (such as activated magboots) no longer apply their slowdown twice."