diff --git a/html/changelog.html b/html/changelog.html
index 9cd43ed58e9..1fdb2857532 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,30 @@
-->
+
16 December 2022
+
Geeves updated:
+
+ - Slimes will now consider hunting when they're under the grow threshold, instead of when they're at 80% of their maximum nutrition, so they should hunt more often.
+ - Raised the slime random hunt chance to 35%, up from 25%.
+ - You can now buckle yourself and others into a chair or bed if they're adjacent to it, the bucklee will attempt to step onto it, then buckle.
+ - Added status indicators to the top right of the screen that indicate when you're bleeding or drunk, or both.
+ - Chemsprayers and xenoblasters now report how many units of reagent they have left after you spray something.
+ - Adjusting the pressure nozzle of a spray now accurately tells you how many reagents you'll use, and in how many lanes your spray will go.
+ - Your emergency survival box and loadout items will now spawn in a plastic bag if you don't have a backpack.
+ - Your wristbound portable computer will now attach to your ID slot if you spawn with a wristbound radio.
+ - Your wristbound will now hold your ID and automatically register you, even if it spawns in the wrist slot.
+
+
SleepyGemmy updated:
+
+ - Gives investigators access to the holding cells.
+
+
listerla updated:
+
+ - Ported new slime sprites from Tau Ceti Station.
+ - Added a number of in-lore holidays to the holiday system.
+ - Dominian Unathi may now follow the Thakh faith.
+
+
15 December 2022
Sparky_hotdog updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fe5545e7d41..dbff346c3e7 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27085,3 +27085,29 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2022-12-15:
Sparky_hotdog:
- bugfix: Fixes Xenoarchaeologists not having an icon on security HUDs.
+2022-12-16:
+ Geeves:
+ - tweak: Slimes will now consider hunting when they're under the grow threshold,
+ instead of when they're at 80% of their maximum nutrition, so they should
+ hunt more often.
+ - tweak: Raised the slime random hunt chance to 35%, up from 25%.
+ - rscadd: You can now buckle yourself and others into a chair or bed if they're
+ adjacent to it, the bucklee will attempt to step onto it, then buckle.
+ - rscadd: Added status indicators to the top right of the screen that indicate when
+ you're bleeding or drunk, or both.
+ - tweak: Chemsprayers and xenoblasters now report how many units of reagent they
+ have left after you spray something.
+ - tweak: Adjusting the pressure nozzle of a spray now accurately tells you how many
+ reagents you'll use, and in how many lanes your spray will go.
+ - rscadd: Your emergency survival box and loadout items will now spawn in a plastic
+ bag if you don't have a backpack.
+ - bugfix: Your wristbound portable computer will now attach to your ID slot if you
+ spawn with a wristbound radio.
+ - bugfix: Your wristbound will now hold your ID and automatically register you,
+ even if it spawns in the wrist slot.
+ SleepyGemmy:
+ - tweak: Gives investigators access to the holding cells.
+ listerla:
+ - imageadd: Ported new slime sprites from Tau Ceti Station.
+ - rscadd: Added a number of in-lore holidays to the holiday system.
+ - tweak: Dominian Unathi may now follow the Thakh faith.
diff --git a/html/changelogs/geeves-in_the_bag.yml b/html/changelogs/geeves-in_the_bag.yml
deleted file mode 100644
index a5250fdaba5..00000000000
--- a/html/changelogs/geeves-in_the_bag.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Your emergency survival box and loadout items will now spawn in a plastic bag if you don't have a backpack."
- - bugfix: "Your wristbound portable computer will now attach to your ID slot if you spawn with a wristbound radio."
- - bugfix: "Your wristbound will now hold your ID and automatically register you, even if it spawns in the wrist slot."
diff --git a/html/changelogs/geeves-john_arbuckle.yml b/html/changelogs/geeves-john_arbuckle.yml
deleted file mode 100644
index f34ccefb804..00000000000
--- a/html/changelogs/geeves-john_arbuckle.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "You can now buckle yourself and others into a chair or bed if they're adjacent to it, the bucklee will attempt to step onto it, then buckle."
diff --git a/html/changelogs/geeves-spray_tweaks.yml b/html/changelogs/geeves-spray_tweaks.yml
deleted file mode 100644
index e01602dcd94..00000000000
--- a/html/changelogs/geeves-spray_tweaks.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Chemsprayers and xenoblasters now report how many units of reagent they have left after you spray something."
- - tweak: "Adjusting the pressure nozzle of a spray now accurately tells you how many reagents you'll use, and in how many lanes your spray will go."
diff --git a/html/changelogs/geeves-status_icons.yml b/html/changelogs/geeves-status_icons.yml
deleted file mode 100644
index 67267afb42a..00000000000
--- a/html/changelogs/geeves-status_icons.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Added status indicators to the top right of the screen that indicate when you're bleeding or drunk, or both."
diff --git a/html/changelogs/geeves-unapologetic_xenobio_buffs.yml b/html/changelogs/geeves-unapologetic_xenobio_buffs.yml
deleted file mode 100644
index 36bfc11f962..00000000000
--- a/html/changelogs/geeves-unapologetic_xenobio_buffs.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Slimes will now consider hunting when they're under the grow threshold, instead of when they're at 80% of their maximum nutrition, so they should hunt more often."
- - tweak: "Raised the slime random hunt chance to 35%, up from 25%."
diff --git a/html/changelogs/holidays.yml b/html/changelogs/holidays.yml
deleted file mode 100644
index 8f768d18718..00000000000
--- a/html/changelogs/holidays.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: listerla
-
-delete-after: True
-
-changes:
- - rscadd: "Added a number of in-lore holidays to the holiday system."
\ No newline at end of file
diff --git a/html/changelogs/investigator_brig_access.yml b/html/changelogs/investigator_brig_access.yml
deleted file mode 100644
index 507c1d0216e..00000000000
--- a/html/changelogs/investigator_brig_access.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - tweak: "Gives investigators access to the holding cells."
\ No newline at end of file
diff --git a/html/changelogs/slime.yml b/html/changelogs/slime.yml
deleted file mode 100644
index ac91a8fc1e8..00000000000
--- a/html/changelogs/slime.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: listerla
-
-delete-after: True
-
-changes:
- - imageadd: "Ported new slime sprites from Tau Ceti Station."
diff --git a/html/changelogs/thakhdominia.yml b/html/changelogs/thakhdominia.yml
deleted file mode 100644
index 9d7741f9ded..00000000000
--- a/html/changelogs/thakhdominia.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: listerla
-
-delete-after: True
-
-changes:
- - tweak: "Dominian Unathi may now follow the Thakh faith."