diff --git a/html/changelog.html b/html/changelog.html
index cb52ee10e53..0b80729bb75 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,12 @@
03 February 2023
+
Geeves updated:
+
+ - Added temperature pack accessories to the loadout menu, with heat and cold cooling/warming by 5 degrees celsius, and volcano and blizzard cooling/warming by 10 degrees celsius.
+ - Temperature discomfort messages are now based off body temperature instead of the temperature of the air your breath.
+ - Humans now sweat to get rid of heat.
+
MattAtlas updated:
- Overmap processing is now on a priority subsystem. This means that ships will now be REALLY fast, and should keep being fast even when the server is lagging.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index dac3794498a..3ededfa2fd2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27808,6 +27808,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
lets them be worn as both overwear and an accessory.
- tweak: Turns the shorts into a contained sprite and cleans up the code.
2023-02-03:
+ Geeves:
+ - rscadd: Added temperature pack accessories to the loadout menu, with heat and
+ cold cooling/warming by 5 degrees celsius, and volcano and blizzard cooling/warming
+ by 10 degrees celsius.
+ - tweak: Temperature discomfort messages are now based off body temperature instead
+ of the temperature of the air your breath.
+ - rscadd: Humans now sweat to get rid of heat.
MattAtlas:
- experiment: Overmap processing is now on a priority subsystem. This means that
ships will now be REALLY fast, and should keep being fast even when the server
diff --git a/html/changelogs/geeves-heat_packs.yml b/html/changelogs/geeves-heat_packs.yml
deleted file mode 100644
index a5e8f89ba25..00000000000
--- a/html/changelogs/geeves-heat_packs.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Added temperature pack accessories to the loadout menu, with heat and cold cooling/warming by 5 degrees celsius, and volcano and blizzard cooling/warming by 10 degrees celsius."
- - tweak: "Temperature discomfort messages are now based off body temperature instead of the temperature of the air your breath."
- - rscadd: "Humans now sweat to get rid of heat."
\ No newline at end of file