diff --git a/html/changelog.html b/html/changelog.html
index b04e483115a..6d9f3d3faf8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -54,12 +54,14 @@
Moved the list of research designs to global level. This allows only single initialization of it.
Added unit test to check if material costs of all research designs are greater than what can be gained from recycling their products.
Added unit test to check if material costs of stack recipes are greater than what can be gained from recycling their products.
+ Borers and other flips of the PASSEMOTES flag will no longer change the CANWEAKEN flag.
Geeves updated:
- Headsets' object sprites have been changed to fit their departmental colours.
- Added blood overlays to simple mobs.
- Dead antagonists now get their last words displayed at round end.
+ - Small animals and nymphs can no longer wriggle out of bags or your hand when below 60% HP.
JohnWildkins updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 5479a466ee6..8a9a4d28344 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16469,10 +16469,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
greater than what can be gained from recycling their products.
- backend: Added unit test to check if material costs of stack recipes are greater
than what can be gained from recycling their products.
+ - bugfix: Borers and other flips of the PASSEMOTES flag will no longer change the
+ CANWEAKEN flag.
Geeves:
- tweak: Headsets' object sprites have been changed to fit their departmental colours.
- rscadd: Added blood overlays to simple mobs.
- rscadd: Dead antagonists now get their last words displayed at round end.
+ - tweak: Small animals and nymphs can no longer wriggle out of bags or your hand
+ when below 60% HP.
JohnWildkins:
- tweak: Rescue Pod and Visitor ghost spawners are now mid-round events, rather
than a 10% chance to activate on round start.
diff --git a/html/changelogs/amunak-mobdefines-fix.yml b/html/changelogs/amunak-mobdefines-fix.yml
deleted file mode 100755
index 50d0780c1b0..00000000000
--- a/html/changelogs/amunak-mobdefines-fix.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Amunak
-delete-after: True
-changes:
- - bugfix: "Borers and other flips of the PASSEMOTES flag will no longer change the CANWEAKEN flag."
diff --git a/html/changelogs/geeves-begone_nymph.yml b/html/changelogs/geeves-begone_nymph.yml
deleted file mode 100644
index 830a34b79d5..00000000000
--- a/html/changelogs/geeves-begone_nymph.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Small animals and nymphs can no longer wriggle out of bags or your hand when below 60% HP."
\ No newline at end of file