diff --git a/html/changelog.html b/html/changelog.html
index 48b6d0e8729..44e459e114d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,10 @@
TheGreyWolf updated:
- The adhomian divination cards deck now contains the correct set of cards.
+ - Fixes the misplaced harm intent lights on the service version of the 'venus drone' sprite.
+ - Fixes the vaurca vending machine looking weird when the panel is opened.
+ - Red Nightshade berserk state now works again.
+ - Red Nightshade is no longer incredible lethal. It now induces heart damage instead.
24 November 2021
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 05b6b000cc3..a116ef9ebbc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -22187,3 +22187,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Binary channels now work again.
TheGreyWolf:
- bugfix: The adhomian divination cards deck now contains the correct set of cards.
+ - bugfix: Fixes the misplaced harm intent lights on the service version of the 'venus
+ drone' sprite.
+ - bugfix: Fixes the vaurca vending machine looking weird when the panel is opened.
+ - bugfix: Red Nightshade berserk state now works again.
+ - bugfix: Red Nightshade is no longer incredible lethal. It now induces heart damage
+ instead.
diff --git a/html/changelogs/ShadyNights.yml b/html/changelogs/ShadyNights.yml
deleted file mode 100644
index 57ba284b155..00000000000
--- a/html/changelogs/ShadyNights.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "Red Nightshade berserk state now works again."
- - bugfix: "Red Nightshade is no longer incredible lethal. It now induces heart damage instead."
diff --git a/html/changelogs/VaurcaVendingFix.yml b/html/changelogs/VaurcaVendingFix.yml
deleted file mode 100644
index 48fbeb1a869..00000000000
--- a/html/changelogs/VaurcaVendingFix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes the vaurca vending machine looking weird when the panel is opened."
diff --git a/html/changelogs/VenusFix.yml b/html/changelogs/VenusFix.yml
deleted file mode 100644
index 23d9302ddd4..00000000000
--- a/html/changelogs/VenusFix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: TheGreyWolf
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes the misplaced harm intent lights on the service version of the 'venus drone' sprite."