diff --git a/html/changelog.html b/html/changelog.html
index 756c0a4afb610..6d35d1e720434 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -61,6 +61,14 @@
MarkusLarsson421 updated:
- Standardized all Security Outposts to use Security access along with the related Head of Staff for the department they are in.
+ PowerfulBacon updated:
+
+ - Removes hard-stun from Mjolnir every time you take a hit from it.
+
+ mystery3525 updated:
+
+ - Added signal handlers for attack_ai(), attack_robot(), and interact()
+
rkz, coiledlamb, MTandi updated:
- added new salt, pepper, and empty shaker sprites.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3c1123726b14f..389ffa8b5c6e3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -44540,6 +44540,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
MarkusLarsson421:
- tweak: Standardized all Security Outposts to use Security access along with the
related Head of Staff for the department they are in.
+ PowerfulBacon:
+ - balance: Removes hard-stun from Mjolnir every time you take a hit from it.
+ mystery3525:
+ - code_imp: Added signal handlers for attack_ai(), attack_robot(), and interact()
rkz, coiledlamb, MTandi:
- imageadd: added new salt, pepper, and empty shaker sprites.
- imageadd: Resprited most condiment containers
diff --git a/html/changelogs/AutoChangeLog-pr-11306.yml b/html/changelogs/AutoChangeLog-pr-11306.yml
deleted file mode 100644
index 8c92449e1103b..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11306.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: mystery3525
-delete-after: true
-changes:
- - code_imp: Added signal handlers for attack_ai(), attack_robot(), and interact()
diff --git a/html/changelogs/AutoChangeLog-pr-11649.yml b/html/changelogs/AutoChangeLog-pr-11649.yml
deleted file mode 100644
index 0c271c6f22e23..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11649.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: PowerfulBacon
-delete-after: true
-changes:
- - balance: Removes hard-stun from Mjolnir every time you take a hit from it.