diff --git a/html/changelog.html b/html/changelog.html
index 110e98c327e..bd5fe534309 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,10 @@
15 March 2021
+
Alberyk updated:
+
+ - Fixed the rice bowl deleting itself.
+
Geeves updated:
- Fixes hovering over slots with species restricted clothes spamming the chat with Your species cannot wear this messages.
@@ -46,6 +50,12 @@
- Diona can no longer sprint.
- Swallowing and digesting mobs now does less damage to them, and digestion completes are five minutes, rather than thirty seconds.
- The Unathi tobacco leaves are no longer low quality producing acrid smoke.
+ - You can now carve notches into gun stocks by using any sort of sharp tool on them.
+ - Untagged shells now appear as Human in their employment records.
+
+
JohnWildkins updated:
+
+ - Archaeological finds should no longer be created with a clearance depth larger than anomaly depth.
TheGreyWolf updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 170b131c598..bfd6f94c24a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18840,6 +18840,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: The firearm control program now correctly displays if a gun is disabled
or on automatic.
2021-03-15:
+ Alberyk:
+ - bugfix: Fixed the rice bowl deleting itself.
Geeves:
- bugfix: Fixes hovering over slots with species restricted clothes spamming the
chat with Your species cannot wear this messages.
@@ -18853,6 +18855,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Swallowing and digesting mobs now does less damage to them, and digestion
completes are five minutes, rather than thirty seconds.
- tweak: The Unathi tobacco leaves are no longer low quality producing acrid smoke.
+ - rscadd: You can now carve notches into gun stocks by using any sort of sharp tool
+ on them.
+ - tweak: Untagged shells now appear as Human in their employment records.
+ JohnWildkins:
+ - bugfix: Archaeological finds should no longer be created with a clearance depth
+ larger than anomaly depth.
TheGreyWolf:
- bugfix: Turning off species nightvision now retains the color blindness disability
if they had it.
diff --git a/html/changelogs/alberyk-ricebowl.yml b/html/changelogs/alberyk-ricebowl.yml
deleted file mode 100644
index 9e7fd607167..00000000000
--- a/html/changelogs/alberyk-ricebowl.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed the rice bowl deleting itself."
diff --git a/html/changelogs/geeves-gun_markings.yml b/html/changelogs/geeves-gun_markings.yml
deleted file mode 100644
index b7ddc64ba06..00000000000
--- a/html/changelogs/geeves-gun_markings.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - rscadd: "You can now carve notches into gun stocks by using any sort of sharp tool on them."
\ No newline at end of file
diff --git a/html/changelogs/geeves-shell_hell.yml b/html/changelogs/geeves-shell_hell.yml
deleted file mode 100644
index 464165ecd29..00000000000
--- a/html/changelogs/geeves-shell_hell.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Untagged shells now appear as Human in their employment records."
\ No newline at end of file
diff --git a/html/changelogs/johnwildkins-archfix.yml b/html/changelogs/johnwildkins-archfix.yml
deleted file mode 100644
index 597fc60d8d3..00000000000
--- a/html/changelogs/johnwildkins-archfix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - bugfix: "Archaeological finds should no longer be created with a clearance depth larger than anomaly depth."