diff --git a/html/changelog.html b/html/changelog.html
index 35eb28d6b14..8c4d69a67b7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,9 @@
Geeves updated:
- Airlock electronics now properly save their settings when you finish an airlock.
+ - Inductive chargers now properly report when they don't find a cell to charge.
+ - Using an inductive charger on a power cell or an APC will now properly charge it.
+ - You can no longer line up multiple inductive chargers by spamclicking the target.
MattAtlas updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9b9dad06006..a2eb260f7f2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -21213,6 +21213,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Geeves:
- bugfix: Airlock electronics now properly save their settings when you finish an
airlock.
+ - bugfix: Inductive chargers now properly report when they don't find a cell
+ to charge.
+ - rscadd: Using an inductive charger on a power cell or an APC will now properly
+ charge it.
+ - bugfix: You can no longer line up multiple inductive chargers by spamclicking
+ the target.
MattAtlas:
- balance: Limbs now have higher delimb threshold.
- balance: Increased the miss chance for arms, legs, hands and feet.
diff --git a/html/changelogs/geeves-inducer_fix.yml b/html/changelogs/geeves-inducer_fix.yml
deleted file mode 100644
index 342395bcaf9..00000000000
--- a/html/changelogs/geeves-inducer_fix.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Inductive chargers now properly report when they don't find a cell to charge."
- - rscadd: "Using an inductive charger on a power cell or an APC will now properly charge it."
- - bugfix: "You can no longer line up multiple inductive chargers by spamclicking the target."
\ No newline at end of file