diff --git a/html/changelog.html b/html/changelog.html
index 2f0be938d10..57b12badce6 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -44,6 +44,9 @@
Geeves updated:
- Removed some stray white pixels on some borg sprites.
+ - The choice to alter internal organs in character creation no longer appears if there are no internal organs to alter.
+ - Vaurca can now choose to have robotic eyes.
+ - Vaurca night eyes now work if they're robotic.
JohnWildkins updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c3a72e5830e..38a953f4f3c 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16099,6 +16099,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Ives can no longer be summoned with a gold slime reaction.
Geeves:
- bugfix: Removed some stray white pixels on some borg sprites.
+ - bugfix: The choice to alter internal organs in character creation no longer appears
+ if there are no internal organs to alter.
+ - bugfix: Vaurca can now choose to have robotic eyes.
+ - bugfix: Vaurca night eyes now work if they're robotic.
JohnWildkins:
- bugfix: Modular computer programs should now properly be assigned their parent
computer on creation.
diff --git a/html/changelogs/geeves-alterable_organs_fix.yml b/html/changelogs/geeves-alterable_organs_fix.yml
deleted file mode 100644
index c67af24aa4d..00000000000
--- a/html/changelogs/geeves-alterable_organs_fix.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "The choice to alter internal organs in character creation no longer appears if there are no internal organs to alter."
- - bugfix: "Vaurca can now choose to have robotic eyes."
- - bugfix: "Vaurca night eyes now work if they're robotic."