diff --git a/html/changelog.html b/html/changelog.html
index 48365fb78d0..58616f86451 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,10 +36,20 @@
18 December 2022
+
Geeves updated:
+
+ - Your body will now disentegrate into a skeleton on death if you have more than 100 genetic damage.
+ - Added skeleton sprites for monkeys.
+ - Refactored mutation code to use bitflags rather than a list, making it faster and less memory intensive.
+
SleepyGemmy updated:
- Restores the custodial utility holster sprites.
+
WickedCybs updated:
+
+ - Motherships for shuttles will now use a more visible icon type on the overmap so they can differentiate themselves from their shuttles. Shuttles and motherships will share the same colour.
+
listerla updated:
- Ported Xenoarchaeology artifact and machinery sprites from Tau Ceti Station.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a24e152b6b2..1a02f258cdd 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27170,8 +27170,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
atteria:
- tweak: Improved the coloring of yarn items.
2022-12-18:
+ Geeves:
+ - rscadd: Your body will now disentegrate into a skeleton on death if you have more
+ than 100 genetic damage.
+ - rscadd: Added skeleton sprites for monkeys.
+ - backend: Refactored mutation code to use bitflags rather than a list, making it
+ faster and less memory intensive.
SleepyGemmy:
- bugfix: Restores the custodial utility holster sprites.
+ WickedCybs:
+ - bugfix: Motherships for shuttles will now use a more visible icon type on the
+ overmap so they can differentiate themselves from their shuttles. Shuttles and
+ motherships will share the same colour.
listerla:
- imageadd: Ported Xenoarchaeology artifact and machinery sprites from Tau Ceti
Station.
diff --git a/html/changelogs/fixicon_wickedcybs.yml b/html/changelogs/fixicon_wickedcybs.yml
deleted file mode 100644
index d869e105aea..00000000000
--- a/html/changelogs/fixicon_wickedcybs.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: WickedCybs
-
-delete-after: True
-
-changes:
- - bugfix: "Motherships for shuttles will now use a more visible icon type on the overmap so they can differentiate themselves from their shuttles. Shuttles and motherships will share the same colour."
\ No newline at end of file
diff --git a/html/changelogs/geeves-goopmaxxing.yml b/html/changelogs/geeves-goopmaxxing.yml
deleted file mode 100644
index feb87f3e38e..00000000000
--- a/html/changelogs/geeves-goopmaxxing.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Your body will now disentegrate into a skeleton on death if you have more than 100 genetic damage."
- - rscadd: "Added skeleton sprites for monkeys."
- - backend: "Refactored mutation code to use bitflags rather than a list, making it faster and less memory intensive."