diff --git a/html/changelog.html b/html/changelog.html
index dd849043787..2dd66a943b9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -43,6 +43,10 @@
Fixed Leto Breeders not being able to select their citizenship.
Removed Hive citizenship for normal Vaurcae.
+ ImmortalRedshirt updated:
+
+ - Miner lockers now contain one basic ship bounced radio each.
+
Omicega updated:
- Removed redundant faction berets from certain job spawns. They still exist (and have always existed) in the faction section of the loadout as optional extras.
@@ -56,6 +60,8 @@
- Fixed some buckle checks not doing their thing properly in machines like Recharger Stations, Sleepers, Cryo Cells, etc.
- Fixed IV stand not crashing/ripping if the attached patient has a mask/IV, but not a tank/beaker installed in the stand itself.
+ - Fixed the MMI with visible brain states to correctly display the skrell and vaurca ones.
+ - Fixed Vaurcae brains being borg-able.
Vrow, KingOfThePing updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 16f11129565..d0bcb1c8446 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -23451,6 +23451,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Fixed some words in the Vaurca origins section.
- bugfix: Fixed Leto Breeders not being able to select their citizenship.
- rscdel: Removed Hive citizenship for normal Vaurcae.
+ ImmortalRedshirt:
+ - rscadd: Miner lockers now contain one basic ship bounced radio each.
Omicega:
- tweak: Removed redundant faction berets from certain job spawns. They still exist
(and have always existed) in the faction section of the loadout as optional
@@ -23463,6 +23465,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Recharger Stations, Sleepers, Cryo Cells, etc.
- bugfix: Fixed IV stand not crashing/ripping if the attached patient has a mask/IV,
but not a tank/beaker installed in the stand itself.
+ - bugfix: Fixed the MMI with visible brain states to correctly display the skrell
+ and vaurca ones.
+ - bugfix: Fixed Vaurcae brains being borg-able.
Vrow, KingOfThePing:
- imagedel: Removed old shaker sprite.
- imageadd: Added a new shaker that is more metallic, with additional detachable
diff --git a/html/changelogs/ImmortalRedshirt - RadioUpdate.yml b/html/changelogs/ImmortalRedshirt - RadioUpdate.yml
deleted file mode 100644
index 0728b81ee63..00000000000
--- a/html/changelogs/ImmortalRedshirt - RadioUpdate.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: ImmortalRedshirt
-
-# 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: "Miner lockers now contain one basic ship bounced radio each."
diff --git a/html/changelogs/MMI_brain_underlays.yml b/html/changelogs/MMI_brain_underlays.yml
deleted file mode 100644
index e2c99bdb842..00000000000
--- a/html/changelogs/MMI_brain_underlays.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Vrow
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed the MMI with visible brain states to correctly display the skrell and vaurca ones."
- - bugfix: "Fixed Vaurcae brains being borg-able."
\ No newline at end of file