diff --git a/html/changelog.html b/html/changelog.html
index 08a77b6153e..2d240162566 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -45,6 +45,12 @@
You can edit a tag's info as an in-game character by using a multitool on it. Doing so without permission is highly illegal.
You can take the tag out of an IPC tag implanter by using a screwdriver on it.
+ Geeves updated:
+
+ - Examining someone with a modular computer on their ID or gloves slot will now show the ID info if there's one inside.
+ - Security and medical HUDs now get the proper person info if the person has the ID in their modular computer.
+ - Things that check your ID will now primarily use the ID in your slot, rather than the one in your hands.
+
MattAtlas updated:
- Ghosts now only see bolded emotes when they're near the emoter.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0b98b8bba8c..1d5397ef701 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -12930,6 +12930,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
on it. Doing so without permission is highly illegal.
- rscadd: You can take the tag out of an IPC tag implanter by using a screwdriver
on it.
+ Geeves:
+ - bugfix: Examining someone with a modular computer on their ID or gloves slot will
+ now show the ID info if there's one inside.
+ - bugfix: Security and medical HUDs now get the proper person info if the person
+ has the ID in their modular computer.
+ - tweak: Things that check your ID will now primarily use the ID in your slot, rather
+ than the one in your hands.
MattAtlas:
- bugfix: Ghosts now only see bolded emotes when they're near the emoter.
chada:
diff --git a/html/changelogs/geeves-modular_comp_examine.yml b/html/changelogs/geeves-modular_comp_examine.yml
deleted file mode 100644
index ae24ee75e9f..00000000000
--- a/html/changelogs/geeves-modular_comp_examine.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Examining someone with a modular computer on their ID or gloves slot will now show the ID info if there's one inside."
- - bugfix: "Security and medical HUDs now get the proper person info if the person has the ID in their modular computer."
- - tweak: "Things that check your ID will now primarily use the ID in your slot, rather than the one in your hands."
\ No newline at end of file