diff --git a/html/changelog.html b/html/changelog.html
index 10ba4ffe442..2be070f6c71 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,7 @@
Amunak updated:
- Refactors worst offenders from the unsorted.dm helpers file to where they fit better (atoms.dm, mobs.dm, ...).
+ - Fixes messages for water tank wrenching/unwrenching - they were flipped and gramatically dubious.
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 50cf97f6dee..4a6346652b0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16738,6 +16738,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Amunak:
- refactor: Refactors worst offenders from the unsorted.dm helpers file to where
they fit better (atoms.dm, mobs.dm, ...).
+ - bugfix: Fixes messages for water tank wrenching/unwrenching - they were flipped
+ and gramatically dubious.
Geeves:
- tweak: Changing between mobs no longer changes your hotkey toggle status.
- bugfix: Sending psionic messages now properly puts a full stop at end.
diff --git a/html/changelogs/amunak-tank-wrenching.yml b/html/changelogs/amunak-tank-wrenching.yml
deleted file mode 100755
index 5d4843945dd..00000000000
--- a/html/changelogs/amunak-tank-wrenching.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Amunak
-delete-after: True
-changes:
- - bugfix: "Fixes messages for water tank wrenching/unwrenching - they were flipped and gramatically dubious."