diff --git a/html/changelog.html b/html/changelog.html
index ba79db9dc9a..9ba1738b8df 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,7 @@
Science can now print cargo trolley circuitboards, built with 15 power coils and 1 capacitor.
Lobbysitter HUDs now properly update the Ready/Join button when the round starts.
Part replacers now output the contents of closed machines nicely.
+ Added dual wielding. Firing a gun while another is in the off-hand will fire that one as well, at the cost of lost accuracy. You must be on harm intent to do this.
Hocka updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c53d2770866..21c22cdd53b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16421,6 +16421,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Lobbysitter HUDs now properly update the Ready/Join button when the round
starts.
- rscadd: Part replacers now output the contents of closed machines nicely.
+ - rscadd: Added dual wielding. Firing a gun while another is in the off-hand will
+ fire that one as well, at the cost of lost accuracy. You must be on harm intent
+ to do this.
Hocka:
- bugfix: Simple mobs revived by lazarus injectors now show their alive description
text.
diff --git a/html/changelogs/geeves-dual_wielding.yml b/html/changelogs/geeves-dual_wielding.yml
deleted file mode 100644
index 4d862fc0098..00000000000
--- a/html/changelogs/geeves-dual_wielding.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "Added dual wielding. Firing a gun while another is in the off-hand will fire that one as well, at the cost of lost accuracy. You must be on harm intent to do this."
\ No newline at end of file