diff --git a/html/changelog.html b/html/changelog.html
index f334cc00db3..e54fba120a9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,12 @@
- The station's christmas decor has been removed, did some misc map fixes including adding some missing shutters, access and other things. Added a no-smoking sign to the kitchen.
+ Geeves updated:
+
+ - Added a hoverpod mech.
+ - Jetpacking downwards while in a mech no longer teleports you through the floor.
+ - Mechs with hover thrusters can now float over open turfs, as well as move up and down z-levels.
+
Goret updated:
- Cyborgs can now open body trays.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f65cb485bdc..c7ec7b13d2f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11012,6 +11012,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- maptweak: The station's christmas decor has been removed, did some misc map fixes
including adding some missing shutters, access and other things. Added a no-smoking
sign to the kitchen.
+ Geeves:
+ - rscadd: Added a hoverpod mech.
+ - bugfix: Jetpacking downwards while in a mech no longer teleports you through the
+ floor.
+ - rscadd: Mechs with hover thrusters can now float over open turfs, as well as move
+ up and down z-levels.
Goret:
- rscadd: Cyborgs can now open body trays.
- rscadd: Medical cyborgs can now pick up virus samples with their gripper.
diff --git a/html/changelogs/geeves - hoverpods.yml b/html/changelogs/geeves - hoverpods.yml
deleted file mode 100644
index 84e75600474..00000000000
--- a/html/changelogs/geeves - hoverpods.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Added a hoverpod mech."
- - bugfix: "Jetpacking downwards while in a mech no longer teleports you through the floor."
- - rscadd: "Mechs with hover thrusters can now float over open turfs, as well as move up and down z-levels."