diff --git a/html/changelog.html b/html/changelog.html
index a3beab50933..32345a78915 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,9 +36,19 @@
24 March 2024
+
Ben10083 updated:
+
+ - Point Verdant now only spawns when the day is a Port of Call day.
+ - New template flag for ruins added, flag has ruin always spawn when today is a Port of Call, otherwise will not spawn.
+ - Haneunim port of call days now Saturday and Sunday
+ - New atlas subsystem proc to check if today is a port of call day.
+
DreamySkrell updated:
- Tweaks the sprite and palette of the stasis bed.
+ - SCC Scout Ship mapping and name tweaks.
+ - Civilian Yacht mapping tweaks.
+ - Shuttle window spawners.
FluffyGhost updated:
@@ -74,6 +84,9 @@
- Upgraded cyborg rechargers now specify that they only repair stationbounds.
- pAIs no longer receive Hivenet.
+ - More accents for the stationbound Mimic Accent verb.
+ - Stationbounds cannot mimic the Plutonian accent.
+ - Removed duplicate Eridani Suit in Mimic Accent.
23 March 2024
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 7ee37ad1f25..3f3701e7480 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -34425,8 +34425,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
standard contents. The base variants are now empty.
- maptweak: Paths updated in the maps to use the new kitchen storage variants.
2024-03-24:
+ Ben10083:
+ - rscdel: Point Verdant now only spawns when the day is a Port of Call day.
+ - backend: New template flag for ruins added, flag has ruin always spawn when today
+ is a Port of Call, otherwise will not spawn.
+ - tweak: Haneunim port of call days now Saturday and Sunday
+ - backend: New atlas subsystem proc to check if today is a port of call day.
DreamySkrell:
- tweak: Tweaks the sprite and palette of the stasis bed.
+ - maptweak: SCC Scout Ship mapping and name tweaks.
+ - maptweak: Civilian Yacht mapping tweaks.
+ - rscadd: Shuttle window spawners.
FluffyGhost:
- bugfix: Fixed autoinjectors doafter on attack_self.
- bugfix: Fixed implantpads runtiming if a case is not present.
@@ -34460,3 +34469,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Sniblet:
- tweak: Upgraded cyborg rechargers now specify that they only repair stationbounds.
- bugfix: pAIs no longer receive Hivenet.
+ - rscadd: More accents for the stationbound Mimic Accent verb.
+ - rscdel: Stationbounds cannot mimic the Plutonian accent.
+ - bugfix: Removed duplicate Eridani Suit in Mimic Accent.
diff --git a/html/changelogs/Ben10083 - PortofCall.yml b/html/changelogs/Ben10083 - PortofCall.yml
deleted file mode 100644
index b9d88bc2142..00000000000
--- a/html/changelogs/Ben10083 - PortofCall.yml
+++ /dev/null
@@ -1,44 +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: 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:
- - rscdel: "Point Verdant now only spawns when the day is a Port of Call day."
- - backend: "New template flag for ruins added, flag has ruin always spawn when today is a Port of Call, otherwise will not spawn."
- - tweak: "Haneunim port of call days now Saturday and Sunday"
- - backend: "New atlas subsystem proc to check if today is a port of call day."
diff --git a/html/changelogs/DreamySkrell-scout-yacht-windows.yml b/html/changelogs/DreamySkrell-scout-yacht-windows.yml
deleted file mode 100644
index 03b2c08a32a..00000000000
--- a/html/changelogs/DreamySkrell-scout-yacht-windows.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-author: DreamySkrell
-
-delete-after: True
-
-changes:
- - maptweak: "SCC Scout Ship mapping and name tweaks."
- - maptweak: "Civilian Yacht mapping tweaks."
- - rscadd: "Shuttle window spawners."
diff --git a/html/changelogs/sniblet-mimic-accent-more.yml b/html/changelogs/sniblet-mimic-accent-more.yml
deleted file mode 100644
index 46db8cff3b3..00000000000
--- a/html/changelogs/sniblet-mimic-accent-more.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-author: Sniblet
-
-# 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: "More accents for the stationbound Mimic Accent verb."
- - rscdel: "Stationbounds cannot mimic the Plutonian accent."
- - bugfix: "Removed duplicate Eridani Suit in Mimic Accent."