diff --git a/html/changelog.html b/html/changelog.html
index 179ebd28baf..095e94bdd23 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,21 @@
-->
+
23 January 2024
+
MattAtlas updated:
+
+ - Flashbangs now no longer stun you if you have moderate ear protection (aka a helmet).
+ - Flashbangs now damage you quite a bit if they explode while in your hand or in your pockets. Be careful!
+ - The BANG message after being stunned by a flashbang is now bigger.
+ - Grenades now get redder as they're about to explode. The timing is slightly randomized, so don't use it as an exact indicator of when to throw a grenade.
+
+
SimpleMaroon updated:
+
+ - Made the Vaurcan Mantle lighter in color in order to facilitate more accurate coloring.
+ - Made the Vaurcan Mantle accents colorable independently.
+ - Added the framework for accessories to have colorable accents, currently utilized by the Vaurcan Mantle.
+
+
22 January 2024
CampinKiller24 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index e7b9784193c..0390892b51e 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -33410,3 +33410,19 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
hazelmouse:
- bugfix: Fixed a misaligned camera in the bridge storage room, and fixed another
misaligned lightbulb in deck three maintenance.
+2024-01-23:
+ MattAtlas:
+ - tweak: Flashbangs now no longer stun you if you have moderate ear protection (aka
+ a helmet).
+ - tweak: Flashbangs now damage you quite a bit if they explode while in your hand
+ or in your pockets. Be careful!
+ - tweak: The BANG message after being stunned by a flashbang is now bigger.
+ - tweak: Grenades now get redder as they're about to explode. The timing is
+ slightly randomized, so don't use it as an exact indicator of when to throw
+ a grenade.
+ SimpleMaroon:
+ - tweak: Made the Vaurcan Mantle lighter in color in order to facilitate more accurate
+ coloring.
+ - tweak: Made the Vaurcan Mantle accents colorable independently.
+ - rscadd: Added the framework for accessories to have colorable accents, currently
+ utilized by the Vaurcan Mantle.
diff --git a/html/changelogs/SimpleMaroon-vaurcanmantle.yml b/html/changelogs/SimpleMaroon-vaurcanmantle.yml
deleted file mode 100644
index 130cd597f56..00000000000
--- a/html/changelogs/SimpleMaroon-vaurcanmantle.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: SimpleMaroon
-
-# 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:
- - tweak: "Made the Vaurcan Mantle lighter in color in order to facilitate more accurate coloring."
- - tweak: "Made the Vaurcan Mantle accents colorable independently."
- - rscadd: "Added the framework for accessories to have colorable accents, currently utilized by the Vaurcan Mantle."
diff --git a/html/changelogs/mattatlas-flashbangnerfs.yml b/html/changelogs/mattatlas-flashbangnerfs.yml
deleted file mode 100644
index 21676cd232d..00000000000
--- a/html/changelogs/mattatlas-flashbangnerfs.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: MattAtlas
-
-# 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:
- - tweak: "Flashbangs now no longer stun you if you have moderate ear protection (aka a helmet)."
- - tweak: "Flashbangs now damage you quite a bit if they explode while in your hand or in your pockets. Be careful!"
- - tweak: "The BANG message after being stunned by a flashbang is now bigger."
- - tweak: "Grenades now get redder as they're about to explode. The timing is slightly randomized, so don't use it as an exact indicator of when to throw a grenade."