diff --git a/html/changelog.html b/html/changelog.html
index 51b4091b78..a9206c180f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,33 @@
-->
+
16 October 2021
+
Ryll/Shaps updated:
+
+ - Asay now supports pings (via using @[adminckey])
+
+
SandPoot updated:
+
+ - If a gamemode fails to load too many times, a safe gamemode will be loaded instead.
+ - Dynamic is no longer hardcoded, and you can now set a gamemode to be forced in the configs.
+ - Equip delays are a bit less weird now, only relevant for coders/people who use straight jackets... on themself, since that's the only thing that uses it right now.
+ - Toggling arousal will properly update your sprite.
+ - That also means no spam when moving it in your hands.
+
+
WanderingFox95 updated:
+
+ - Removes the quick attack loop (like TG did it)
+
+
dapnee updated:
+
+ - BEPIS to science tweak: moved the courtroom
+
+
keronshb updated:
+
+ - Adds the fat dart cigarette and to vendors
+ - Adds the sprites for the fat dart
+
+
13 October 2021
Hatterhat updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 1f74ec90d2..71db5b168f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -30127,3 +30127,23 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
MrJWhit:
- rscadd: Adds more fire-saftey closets and trashpiles to boxstation
- rscadd: Adds trashpiles to delta.
+2021-10-16:
+ Ryll/Shaps:
+ - rscadd: Asay now supports pings (via using @[adminckey])
+ SandPoot:
+ - bugfix: If a gamemode fails to load too many times, a safe gamemode will be loaded
+ instead.
+ - code_imp: Dynamic is no longer hardcoded, and you can now set a gamemode to be
+ forced in the configs.
+ - bugfix: Equip delays are a bit less weird now, only relevant for coders/people
+ who use straight jackets... on themself, since that's the only thing that uses
+ it right now.
+ - bugfix: Toggling arousal will properly update your sprite.
+ - bugfix: That also means no spam when moving it in your hands.
+ WanderingFox95:
+ - bugfix: Removes the quick attack loop (like TG did it)
+ dapnee:
+ - rscadd: 'BEPIS to science tweak: moved the courtroom'
+ keronshb:
+ - rscadd: Adds the fat dart cigarette and to vendors
+ - imageadd: Adds the sprites for the fat dart
diff --git a/html/changelogs/AutoChangeLog-pr-15253.yml b/html/changelogs/AutoChangeLog-pr-15253.yml
deleted file mode 100644
index 3cb842403b..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15253.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - bugfix: "That also means no spam when moving it in your hands."
diff --git a/html/changelogs/AutoChangeLog-pr-15256.yml b/html/changelogs/AutoChangeLog-pr-15256.yml
deleted file mode 100644
index 7ec97ab969..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15256.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "keronshb"
-delete-after: True
-changes:
- - rscadd: "Adds the fat dart cigarette and to vendors"
- - imageadd: "Adds the sprites for the fat dart"
diff --git a/html/changelogs/AutoChangeLog-pr-15262.yml b/html/changelogs/AutoChangeLog-pr-15262.yml
deleted file mode 100644
index 4b2dd301fc..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15262.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "dapnee"
-delete-after: True
-changes:
- - rscadd: "BEPIS to science
-tweak: moved the courtroom"
diff --git a/html/changelogs/AutoChangeLog-pr-15263.yml b/html/changelogs/AutoChangeLog-pr-15263.yml
deleted file mode 100644
index 04be8aae9e..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15263.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ryll/Shaps"
-delete-after: True
-changes:
- - rscadd: "Asay now supports pings (via using @[adminckey])"
diff --git a/html/changelogs/AutoChangeLog-pr-15266.yml b/html/changelogs/AutoChangeLog-pr-15266.yml
deleted file mode 100644
index e82b5664ea..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15266.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - bugfix: "Equip delays are a bit less weird now, only relevant for coders/people who use straight jackets... on themself, since that's the only thing that uses it right now."
- - bugfix: "Toggling arousal will properly update your sprite."
diff --git a/html/changelogs/AutoChangeLog-pr-15267.yml b/html/changelogs/AutoChangeLog-pr-15267.yml
deleted file mode 100644
index 5aac657e16..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15267.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - bugfix: "If a gamemode fails to load too many times, a safe gamemode will be loaded instead."
- - code_imp: "Dynamic is no longer hardcoded, and you can now set a gamemode to be forced in the configs."
diff --git a/html/changelogs/AutoChangeLog-pr-15268.yml b/html/changelogs/AutoChangeLog-pr-15268.yml
deleted file mode 100644
index 09f49f25b5..0000000000
--- a/html/changelogs/AutoChangeLog-pr-15268.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "WanderingFox95"
-delete-after: True
-changes:
- - bugfix: "Removes the quick attack loop (like TG did it)"