diff --git a/html/changelog.html b/html/changelog.html
index 5650ae6a8a..4dffb85ae0 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,12 @@
-->
+
25 September 2020
+
Putnam3145 updated:
+
+ - Removed a non-working proc that already had its functionality implemented in another proc in the same file.
+
+
24 September 2020
Putnam3145 updated:
@@ -1238,56 +1244,6 @@
- beepsky replaces the word THREAT_LEVEL with the actual threat level
-
- 24 July 2020
- EmeraldSundisk updated:
-
- - Adds a CMO office, along with Virology and Genetics labs to Omega Station
- - Adds a second chemistry station to the chemistry lab
- - Adjusts the locations of some objects in medical to accommodate these new additions
- - Relocates the morgue
- - Relocates items in impacted areas of maintenance as well as the library
- - Fixes an air line Bartholomew somehow knocked out
-
- Linzolle updated:
-
- - wounds now have a description on examine
-
- Owai-Seek updated:
-
- - Meatball Sub, Meatloaf + Meatloaf Slices, Bear Chili, Mashed Potatoes
- - Buttered Potatoes, Fancy Cracker Pack, Spiral Soup, Sweet and Sour Chicken
- - Organised the Food DMI a bit.
- - Deleted some stray pixels on some sprites.
- - Nuggie boxes are now centered correctly.
- - Icons for the the food items in this PR.
-
- Sneakyrat6 updated:
-
- - Fixes dressers not giving you undies
- - Fixes Snaxi not loading properly because of typos
- - You can now burn photos
-
- Zandario updated:
-
- - Murdered **tipes** and gave birth to **is**.
-
- silicons updated:
-
- - sanitization now doesn't cut off 15.7 or something million possible colors from character preferences (instead of only allowing 16 values for R G and B, it now allows 256 each)
- - projectiles are by default 17.5 tiles per second instead of 12.5
-
- timothyteakettle updated:
-
- - due to recent innovative research in the medical field, you now have bones
- - zombie claws are now sharp and do less damage, but can destroy non-lifeforms far faster
- - zombies now take less stamina damage
- - beepsky can now wear hats
-
- zeroisthebiggay updated:
-
- - rad and kravglove sprites
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9d46e34381..b5492c9d68 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27364,3 +27364,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2020-09-24:
Putnam3145:
- refactor: Atmos is free.
+2020-09-25:
+ Putnam3145:
+ - bugfix: Removed a non-working proc that already had its functionality implemented
+ in another proc in the same file.
diff --git a/html/changelogs/AutoChangeLog-pr-13430.yml b/html/changelogs/AutoChangeLog-pr-13430.yml
deleted file mode 100644
index 94c68481da..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13430.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Removed a non-working proc that already had its functionality implemented in another proc in the same file."