diff --git a/html/changelog.html b/html/changelog.html
index 7a0dba40e15..d2ee1e53b58 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,11 +36,26 @@
06 May 2022
+
Ben10083 updated:
+
+ - Watches now report time until bluespace jump.
+
+
Mikomyazaki, WickedCybs updated:
+
+ - Autodrobes and associated code have been removed from the game.
+ - The Horizon and Aurora autodrobes were removed.
+ - Buffs the emergency lockers that start at the lift room and cryo room on the Horizon. They each get one red toolbox with emergency gear and a crowbar.
+
+
SleepyGemmy updated:
+
+ - Fixes a runtime related to observers and landmarks.
+
WickedCybs updated:
- Added attachable versions of some of the new taj cloaks. They can't raise their hoods or have an internal storage as a consequence.
- The new fancy cloak that was added was renamed to 'black fancy cloak' in the loadout, as it was sharing a name with an existing cloak already.
- The aysmmetrical cloak was remamed to 'royalist cloak' as it had a New Kingdom symbol on its back.
+ - Adds a second landing zone and adjusts the area of the Grand Romanovich hangar a bit. You can land one big shuttle and one small shuttle there now.
05 May 2022
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index d762658f87f..865fac6c3b5 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23645,6 +23645,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Space Bar Patrons now start with 500 credits.
- maptweak: Space Bar Jukebox now starts anchored.
2022-05-06:
+ Ben10083:
+ - spellcheck: Watches now report time until bluespace jump.
+ Mikomyazaki, WickedCybs:
+ - rscdel: Autodrobes and associated code have been removed from the game.
+ - maptweak: The Horizon and Aurora autodrobes were removed.
+ - maptweak: Buffs the emergency lockers that start at the lift room and cryo room
+ on the Horizon. They each get one red toolbox with emergency gear and a crowbar.
+ SleepyGemmy:
+ - bugfix: Fixes a runtime related to observers and landmarks.
WickedCybs:
- rscadd: Added attachable versions of some of the new taj cloaks. They can't
raise their hoods or have an internal storage as a consequence.
@@ -23652,3 +23661,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
in the loadout, as it was sharing a name with an existing cloak already.
- tweak: The aysmmetrical cloak was remamed to 'royalist cloak' as it
had a New Kingdom symbol on its back.
+ - maptweak: Adds a second landing zone and adjusts the area of the Grand Romanovich
+ hangar a bit. You can land one big shuttle and one small shuttle there now.
diff --git a/html/changelogs/Ben10083 - Watch.yml b/html/changelogs/Ben10083 - Watch.yml
deleted file mode 100644
index bcfd3008f74..00000000000
--- a/html/changelogs/Ben10083 - Watch.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Your name.
-author: Ben10083
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - spellcheck: "Watches now report time until bluespace jump."
diff --git a/html/changelogs/landmark_bugfix.yml b/html/changelogs/landmark_bugfix.yml
deleted file mode 100644
index 43ddc47261d..00000000000
--- a/html/changelogs/landmark_bugfix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - bugfix: "Fixes a runtime related to observers and landmarks."
\ No newline at end of file
diff --git a/html/changelogs/wickedcybs_nodrobe.yml b/html/changelogs/wickedcybs_nodrobe.yml
deleted file mode 100644
index 4036e4a14f7..00000000000
--- a/html/changelogs/wickedcybs_nodrobe.yml
+++ /dev/null
@@ -1,43 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: Mikomyazaki, WickedCybs
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscdel: "Autodrobes and associated code have been removed from the game."
- - maptweak: "The Horizon and Aurora autodrobes were removed."
- - maptweak: "Buffs the emergency lockers that start at the lift room and cryo room on the Horizon. They each get one red toolbox with emergency gear and a crowbar."
diff --git a/html/changelogs/wickedcybs_romanovichdock.yml b/html/changelogs/wickedcybs_romanovichdock.yml
deleted file mode 100644
index 50206634bc7..00000000000
--- a/html/changelogs/wickedcybs_romanovichdock.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: WickedCybs
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - maptweak: "Adds a second landing zone and adjusts the area of the Grand Romanovich hangar a bit. You can land one big shuttle and one small shuttle there now."
\ No newline at end of file