diff --git a/html/changelog.html b/html/changelog.html
index 4af6b747532..65b9fcd01e2 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,15 @@
Ben10083 updated:
- Watches now report time until bluespace jump.
+ - Added holoboard to TCFL Brig for entertainment.
+ - Minor redesign to TCFL Medbay.
+ - TCFL ghost roles now have storage pouches.
+ - Added building materials to TCFL ship.
+ - Added Legion MagLocks to TCFL ship.
+ - Added sink to TCFL kitchen.
+ - Added species specific insulated gloves to TCFL ship.
+ - Added tool belt and welding goggles to TCFL ship.
+ - TCFL Ship map converted to TGM.
KingOfThePing updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f2356eb8d67..a203fd3bdc2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23649,6 +23649,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Tesla prosthetics eyes can now use night vision.
Ben10083:
- spellcheck: Watches now report time until bluespace jump.
+ - rscadd: Added holoboard to TCFL Brig for entertainment.
+ - maptweak: Minor redesign to TCFL Medbay.
+ - rscadd: TCFL ghost roles now have storage pouches.
+ - rscadd: Added building materials to TCFL ship.
+ - rscadd: Added Legion MagLocks to TCFL ship.
+ - rscadd: Added sink to TCFL kitchen.
+ - rscadd: Added species specific insulated gloves to TCFL ship.
+ - rscadd: Added tool belt and welding goggles to TCFL ship.
+ - refactor: TCFL Ship map converted to TGM.
KingOfThePing:
- maptweak: Re-modeled the kitchen once more, according to feedback from the community.
- tweak: Reworked the framework on how the bar/kitchen signs work. You can now easily
diff --git a/html/changelogs/Ben10083 - TCFL_V2.yml b/html/changelogs/Ben10083 - TCFL_V2.yml
deleted file mode 100644
index 3abdcc825ae..00000000000
--- a/html/changelogs/Ben10083 - TCFL_V2.yml
+++ /dev/null
@@ -1,21 +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:
- - rscadd: "Added holoboard to TCFL Brig for entertainment."
- - maptweak: "Minor redesign to TCFL Medbay."
- - rscadd: "TCFL ghost roles now have storage pouches."
- - rscadd: "Added building materials to TCFL ship."
- - rscadd: "Added Legion MagLocks to TCFL ship."
- - rscadd: "Added sink to TCFL kitchen."
- - rscadd: "Added species specific insulated gloves to TCFL ship."
- - rscadd: "Added tool belt and welding goggles to TCFL ship."
- - refactor: "TCFL Ship map converted to TGM."