diff --git a/html/changelog.html b/html/changelog.html
index 701d49783e4..e42be824862 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -60,6 +60,7 @@
DarkPyrolord updated:
- Fixes a ten year old atmos bug, fix will cause toxins bombs and plasma fires to be a little less lethal
+ - Readds modkit sprites to items.dm to fix invis fluff item modkits.
Farie82 updated:
@@ -72,6 +73,10 @@
- The spacepod fab circuit is now buildable in R&D.
- Spacepod fabs now require mechanic access to use, like the mechanic R&D console does.
+ Purpose updated:
+
+ - Mappers can now have Floodlights round-start enabled.
+
Tails2091 updated:
- Refactored Hallucinations to match contribution guide standards a bit more.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index e0774b6a0f2..41e6349864a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7064,6 +7064,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
DarkPyrolord:
- bugfix: Fixes a ten year old atmos bug, fix will cause toxins bombs and plasma
fires to be a little less lethal
+ - bugfix: Readds modkit sprites to items.dm to fix invis fluff item modkits.
Farie82:
- bugfix: No more broken tile due to getting shot out of disposals.
Kyep:
@@ -7074,6 +7075,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: The spacepod fab circuit is now buildable in R&D.
- tweak: Spacepod fabs now require mechanic access to use, like the mechanic R&D
console does.
+ Purpose:
+ - rscadd: Mappers can now have Floodlights round-start enabled.
Tails2091:
- bugfix: Refactored Hallucinations to match contribution guide standards a bit
more.
diff --git a/html/changelogs/AutoChangeLog-pr-9540.yml b/html/changelogs/AutoChangeLog-pr-9540.yml
deleted file mode 100644
index ebf4ab520fb..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9540.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Purpose"
-delete-after: True
-changes:
- - rscadd: "Mappers can now have Floodlights round-start enabled."
diff --git a/html/changelogs/AutoChangeLog-pr-9627.yml b/html/changelogs/AutoChangeLog-pr-9627.yml
deleted file mode 100644
index cba72805887..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9627.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "DarkPyrolord"
-delete-after: True
-changes:
- - bugfix: "Readds modkit sprites to items.dm to fix invis fluff item modkits."