diff --git a/html/changelog.html b/html/changelog.html
index 89ab8f92e2d..574917226d0 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,30 @@
05 March 2021
+
Alberyk updated:
+
+ - Reduced radiation damage caused by uranium golems.
+
+
Geeves updated:
+
+ - You can no longer build padded comfy chairs out of steel, comfy chairs are now built plain and require you to pad it with other materials, such as carpet or leather.
+ - Office chairs and comfy chairs have been collapsed into the miscellaneous construction tab in the steel sheet menu.
+
+
MattAtlas updated:
+
+ - Suffocating will no longer continuously apply losebreath. This is capped now, thus making recovery periods for suffocation much shorter.
+ - The necrotic (dead) organ surgery has been fixed. For internal organs, use a scalpel! Cancel out of the organ removal prompt and the surgery will begin.
+ - Wheelchairs no longer interact with the paranormal entities.
+ - CPR now removes losebreath, thus making it a convenient option if people aren't breathing.
+ - It is now obvious if the organ is dead following an organ repair surgery.
+ - Getting headshots no longer multiplies damage exponentially if the damage is extremely high.
+ - Headshots no longer make you lose breath.
+ - Organs now need necrotic surgery if they've been dead for over five minutes.
+ - The necrotic organ surgery is now longer, at about ten seconds. It also heals ten damage so that organs don't instantly die anymore.
+ - Slowed brain decay while in cardiac arrest.
+ - Non-glass (beakers, bottles) or non-bloodbag reagent containers may no longer be put onto roller beds.
+ - Coffee no longer applies CE_PULSE, which means you won't get spammed by heartbeat for having the audacity to drink it.
+
Yonnimer updated:
- Removes diona bites.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c8485e4bdd6..f6da359475d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18705,5 +18705,34 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
WickedCybs:
- bugfix: The spiderling infestation announcement now references greimorians.
2021-03-05:
+ Alberyk:
+ - tweak: Reduced radiation damage caused by uranium golems.
+ Geeves:
+ - tweak: You can no longer build padded comfy chairs out of steel, comfy chairs
+ are now built plain and require you to pad it with other materials, such as
+ carpet or leather.
+ - tweak: Office chairs and comfy chairs have been collapsed into the miscellaneous
+ construction tab in the steel sheet menu.
+ MattAtlas:
+ - bugfix: Suffocating will no longer continuously apply losebreath. This is capped
+ now, thus making recovery periods for suffocation much shorter.
+ - bugfix: The necrotic (dead) organ surgery has been fixed. For internal organs,
+ use a scalpel! Cancel out of the organ removal prompt and the surgery will begin.
+ - bugfix: Wheelchairs no longer interact with the paranormal entities.
+ - tweak: CPR now removes losebreath, thus making it a convenient option if people
+ aren't breathing.
+ - tweak: It is now obvious if the organ is dead following an organ repair surgery.
+ - balance: Getting headshots no longer multiplies damage exponentially if the damage
+ is extremely high.
+ - balance: Headshots no longer make you lose breath.
+ - balance: Organs now need necrotic surgery if they've been dead for over five
+ minutes.
+ - balance: The necrotic organ surgery is now longer, at about ten seconds. It also
+ heals ten damage so that organs don't instantly die anymore.
+ - balance: Slowed brain decay while in cardiac arrest.
+ - tweak: Non-glass (beakers, bottles) or non-bloodbag reagent containers may no
+ longer be put onto roller beds.
+ - tweak: Coffee no longer applies CE_PULSE, which means you won't get spammed
+ by heartbeat for having the audacity to drink it.
Yonnimer:
- rscdel: Removes diona bites.
diff --git a/html/changelogs/alberyk-changegolem.yml b/html/changelogs/alberyk-changegolem.yml
deleted file mode 100644
index b312c74b33e..00000000000
--- a/html/changelogs/alberyk-changegolem.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - tweak: "Reduced radiation damage caused by uranium golems."
diff --git a/html/changelogs/geeves-no_free_leather.yml b/html/changelogs/geeves-no_free_leather.yml
deleted file mode 100644
index e50f4ba7c02..00000000000
--- a/html/changelogs/geeves-no_free_leather.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "You can no longer build padded comfy chairs out of steel, comfy chairs are now built plain and require you to pad it with other materials, such as carpet or leather."
- - tweak: "Office chairs and comfy chairs have been collapsed into the miscellaneous construction tab in the steel sheet menu."
\ No newline at end of file
diff --git a/html/changelogs/mattatlas-killmealready.yml b/html/changelogs/mattatlas-killmealready.yml
deleted file mode 100644
index 833cdea8fe0..00000000000
--- a/html/changelogs/mattatlas-killmealready.yml
+++ /dev/null
@@ -1,52 +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:
- - bugfix: "Suffocating will no longer continuously apply losebreath. This is capped now, thus making recovery periods for suffocation much shorter."
- - bugfix: "The necrotic (dead) organ surgery has been fixed. For internal organs, use a scalpel! Cancel out of the organ removal prompt and the surgery will begin."
- - bugfix: "Wheelchairs no longer interact with the paranormal entities."
- - tweak: "CPR now removes losebreath, thus making it a convenient option if people aren't breathing."
- - tweak: "It is now obvious if the organ is dead following an organ repair surgery."
- - balance: "Getting headshots no longer multiplies damage exponentially if the damage is extremely high."
- - balance: "Headshots no longer make you lose breath."
- - balance: "Organs now need necrotic surgery if they've been dead for over five minutes."
- - balance: "The necrotic organ surgery is now longer, at about ten seconds. It also heals ten damage so that organs don't instantly die anymore."
- - balance: "Slowed brain decay while in cardiac arrest."
- - tweak: "Non-glass (beakers, bottles) or non-bloodbag reagent containers may no longer be put onto roller beds."
- - tweak: "Coffee no longer applies CE_PULSE, which means you won't get spammed by heartbeat for having the audacity to drink it."