diff --git a/html/changelog.html b/html/changelog.html
index 649b343fda7..2c5a4cbb502 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,14 @@
JohnWildkins updated:
- Carnivorous and weedy plants now properly check for nearby mobs to entangle and stab.
+ - Fixed an issue whereby away sites would fail to generate.
+ - Exiting vehicles (cargo trains, etc) will try to deposit you on solid ground where possible.
+
+ Vrow updated:
+
+ - Fixed Medical Grippers being able to duplicate organs.
+ - Fixed Cable Synthesizers being unable to repair robotic limbs.
+ - Fixed being unable to see whether a robotic limb has their screws/panel off if it's not damaged.
Yonnimer updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 342b2b45603..66f3e9a91a6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23177,6 +23177,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
JohnWildkins:
- bugfix: Carnivorous and weedy plants now properly check for nearby mobs to entangle
and stab.
+ - bugfix: Fixed an issue whereby away sites would fail to generate.
+ - tweak: Exiting vehicles (cargo trains, etc) will try to deposit you on solid ground
+ where possible.
+ Vrow:
+ - bugfix: Fixed Medical Grippers being able to duplicate organs.
+ - bugfix: Fixed Cable Synthesizers being unable to repair robotic limbs.
+ - bugfix: Fixed being unable to see whether a robotic limb has their screws/panel
+ off if it's not damaged.
Yonnimer:
- tweak: Nerfs space eels by giving them less HP and damage, but giving them some
armor piercing.
diff --git a/html/changelogs/johnwildkins-derelicts.yml b/html/changelogs/johnwildkins-derelicts.yml
deleted file mode 100644
index aa79dd2b56b..00000000000
--- a/html/changelogs/johnwildkins-derelicts.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed an issue whereby away sites would fail to generate."
diff --git a/html/changelogs/johnwildkins-shadowrealm.yml b/html/changelogs/johnwildkins-shadowrealm.yml
deleted file mode 100644
index e089731dfd5..00000000000
--- a/html/changelogs/johnwildkins-shadowrealm.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - tweak: "Exiting vehicles (cargo trains, etc) will try to deposit you on solid ground where possible."
diff --git a/html/changelogs/organs_misc.yml b/html/changelogs/organs_misc.yml
deleted file mode 100644
index 0f41dc05187..00000000000
--- a/html/changelogs/organs_misc.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed Medical Grippers being able to duplicate organs."
- - bugfix: "Fixed Cable Synthesizers being unable to repair robotic limbs."
- - bugfix: "Fixed being unable to see whether a robotic limb has their screws/panel off if it's not damaged."
\ No newline at end of file