diff --git a/html/changelog.html b/html/changelog.html
index dc8c7f62e5d..69b2aa45ddc 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,23 @@
- CCIA agents should have a bit more of access at the Odin.
+ Doxxmedearly updated:
+
+ - Fixed some strange behavior relating to missing arms or hands. For example, unloading handgun magazines drops them to the floor instead of deleting them. Report any other buggy behavior.
+ - Fixed an issue where spawning with a missing hand would cause job items to be deleted, such as liaison briefcases. Now it tries to put it in your other hand. If it can't, it will spawn in your bag or on the floor.
+ - Punching and kicking simplemobs (including viscerators) now applies damage again.
+ - Medical borgs should be able to reattach internal organs as well as limbs/prosthetics.
+ - Changing your name as a borg no longer changes your sprite to the default module.
+ - Fixed some weird interactions with grippers and paper bundles. The icon should update when you remove the last paper from a bundle, and detaching a bundle should leave you with one piece of paper in-gripper.
+ - Traitor borgs will no longer show that they have a damaged interface as if they were emagged.
+ - Filing cabinets can now hold books, cards (playing and ID), forensics slides and swabs, photo albums, clipboards, disks, pens, badges, passports, and keys.
+ - Stationbounds can now collapse rollerbeds, as well as attach bed-connected IVs to patients, remove IVs from beds, and remove vitals monitors from beds.
+ - Added a tip to the rollerbed description to indicate that stationbounds can unbuckle people by clicking the bed with an empty gripper (any kind).
+
+ TheGreyWolf updated:
+
+ - The PRA cig packet can now be closed.
+
12 June 2021
TheGreyWolf updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6aa5a37aad9..7671dd33d49 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -20334,3 +20334,29 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-06-13:
Alberyk:
- tweak: CCIA agents should have a bit more of access at the Odin.
+ Doxxmedearly:
+ - bugfix: Fixed some strange behavior relating to missing arms or hands. For example,
+ unloading handgun magazines drops them to the floor instead of deleting them.
+ Report any other buggy behavior.
+ - bugfix: Fixed an issue where spawning with a missing hand would cause job items
+ to be deleted, such as liaison briefcases. Now it tries to put it in your other
+ hand. If it can't, it will spawn in your bag or on the floor.
+ - bugfix: Punching and kicking simplemobs (including viscerators) now applies damage
+ again.
+ - bugfix: Medical borgs should be able to reattach internal organs as well as limbs/prosthetics.
+ - bugfix: Changing your name as a borg no longer changes your sprite to the default
+ module.
+ - bugfix: Fixed some weird interactions with grippers and paper bundles. The icon
+ should update when you remove the last paper from a bundle, and detaching a
+ bundle should leave you with one piece of paper in-gripper.
+ - bugfix: Traitor borgs will no longer show that they have a damaged interface as
+ if they were emagged.
+ - rscadd: Filing cabinets can now hold books, cards (playing and ID), forensics
+ slides and swabs, photo albums, clipboards, disks, pens, badges, passports,
+ and keys.
+ - bugfix: Stationbounds can now collapse rollerbeds, as well as attach bed-connected
+ IVs to patients, remove IVs from beds, and remove vitals monitors from beds.
+ - rscadd: Added a tip to the rollerbed description to indicate that stationbounds
+ can unbuckle people by clicking the bed with an empty gripper (any kind).
+ TheGreyWolf:
+ - bugfix: The PRA cig packet can now be closed.
diff --git a/html/changelogs/CigFix.yml b/html/changelogs/CigFix.yml
deleted file mode 100644
index 877592d3751..00000000000
--- a/html/changelogs/CigFix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "The PRA cig packet can now be closed."
diff --git a/html/changelogs/Doxxmedearly - Borg_Bugfixes_0611.yml b/html/changelogs/Doxxmedearly - Borg_Bugfixes_0611.yml
deleted file mode 100644
index 07605ec742a..00000000000
--- a/html/changelogs/Doxxmedearly - Borg_Bugfixes_0611.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Medical borgs should be able to reattach internal organs as well as limbs/prosthetics."
- - bugfix: "Changing your name as a borg no longer changes your sprite to the default module."
- - bugfix: "Fixed some weird interactions with grippers and paper bundles. The icon should update when you remove the last paper from a bundle, and detaching a bundle should leave you with one piece of paper in-gripper."
- - bugfix: "Traitor borgs will no longer show that they have a damaged interface as if they were emagged."
diff --git a/html/changelogs/Doxxmedearly - borg_rollerbeds.yml b/html/changelogs/Doxxmedearly - borg_rollerbeds.yml
deleted file mode 100644
index aa54bd7f313..00000000000
--- a/html/changelogs/Doxxmedearly - borg_rollerbeds.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Stationbounds can now collapse rollerbeds, as well as attach bed-connected IVs to patients, remove IVs from beds, and remove vitals monitors from beds."
- - rscadd: "Added a tip to the rollerbed description to indicate that stationbounds can unbuckle people by clicking the bed with an empty gripper (any kind)."
diff --git a/html/changelogs/Doxxmedearly - filing_cabinet_QOL.yml b/html/changelogs/Doxxmedearly - filing_cabinet_QOL.yml
deleted file mode 100644
index 3aa852beeff..00000000000
--- a/html/changelogs/Doxxmedearly - filing_cabinet_QOL.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Doxxmedearly
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-changes:
- - rscadd: "Filing cabinets can now hold books, cards (playing and ID), forensics slides and swabs, photo albums, clipboards, disks, pens, badges, passports, and keys."
diff --git a/html/changelogs/Doxxmedearly - simplemob_unarmed.yml b/html/changelogs/Doxxmedearly - simplemob_unarmed.yml
deleted file mode 100644
index 3346dd2a60f..00000000000
--- a/html/changelogs/Doxxmedearly - simplemob_unarmed.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Punching and kicking simplemobs (including viscerators) now applies damage again."
diff --git a/html/changelogs/doxxmedearly - one_handed_equips.yml b/html/changelogs/doxxmedearly - one_handed_equips.yml
deleted file mode 100644
index a38a10c7792..00000000000
--- a/html/changelogs/doxxmedearly - one_handed_equips.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Doxxmedearly
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed some strange behavior relating to missing arms or hands. For example, unloading handgun magazines drops them to the floor instead of deleting them. Report any other buggy behavior."
- - bugfix: "Fixed an issue where spawning with a missing hand would cause job items to be deleted, such as liaison briefcases. Now it tries to put it in your other hand. If it can't, it will spawn in your bag or on the floor."