diff --git a/html/changelog.html b/html/changelog.html
index bffed07e4c6..178953ce046 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,43 @@
-->
+
31 August 2020
+
Dennok updated:
+
+ - ladders keep its menu opened when you use ladder
+
+
Donkie updated:
+
+ - Converted check_obscured_slots() output to bitfield instead of list
+
+
Ghilker updated:
+
+ - Added Crystal Invasion Event (with all the mechanics, mobs and item related)
+
+
Helianthus00 updated:
+
+ - Added 2 new subtypes of gas meter so that they work on layers 1 and 3
+ - Deltastation: Fixes some broken gas meters to be on the correct layer
+ - Icebox station: Fixes some broken gas meters to be on the correct layer, as well as relocating the random ones in maint to actual pipes
+ - Pubbystation: Fixes some broken gas meters to be on the correct layer
+
+
LemonInTheDark updated:
+
+ - H2O is a bit more spicy in the sm, and plux is now a danger rather then a gift, filter it out you nerds.
+ - You feel a great shift in space, the spice rock has changed
+
+
Timberpoes updated:
+
+ - NanoTrasen has stopped supporting Standard cyborg modules, citing spiralling costs with managing legacy hardware and ancient upgrades.
+ - Fixed runtime error introduced by Delta's new cap office maintenance APC.
+ - When hacking cyborgs, the Module Reset wire is now far more obvious.
+
+
TiviPlus updated:
+
+ - fixed overlay lighting sometimes displaying offset
+ - Mech refactor
+
+
30 August 2020
ArcaneMusic updated:
@@ -2733,31 +2770,6 @@
- Codex cicatrix now looks a lot better
-
- 29 June 2020
- FloranOtten updated:
-
- - Nanotrasen Scouting forces have recently reported being shot at by an old man in a shack. Watch out for any strange log cabins!
-
- ShizCalev updated:
-
- - Fixed pamphlets having the wrong icon.
- - Fixed pamphlets and a couple of guides never showing that they're on fire.
- - Paper will no longer infinitely add new fire overlays while they're on fire.
- - Paper planes will now use the proper icon while on fire.
- - Added support for custom fire overlays for objects. Set the custom_fire_overlay var to change it!
-
- anconfuzedrock updated:
-
- - ninja dashes recharge 5x as slow, but they all recharge at the same time.
- - ninjas are slightly less the definition of speed. They're also faster when their suit is depowered I guess.
-
- and KathyRyals updated:
-
- - Nanotrasen found out about the amount of expensive chemicals served in survival medipens and cut them down to safe costs...
- - ...And they turned the old medipen into a luxury
- - Lavaland Extract was found to break laws of physics and was removed from existance
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 22cc54d7889..69c2033d3a3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -42468,3 +42468,28 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: you can now grind bread again
- rscadd: you can now auto-eat things with edible component
- code_imp: food trash element, for dumping trash when u eat food
+2020-08-31:
+ Dennok:
+ - tweak: ladders keep its menu opened when you use ladder
+ Donkie:
+ - code_imp: Converted check_obscured_slots() output to bitfield instead of list
+ Ghilker:
+ - rscadd: Added Crystal Invasion Event (with all the mechanics, mobs and item related)
+ Helianthus00:
+ - rscadd: Added 2 new subtypes of gas meter so that they work on layers 1 and 3
+ - bugfix: 'Deltastation: Fixes some broken gas meters to be on the correct layer'
+ - bugfix: 'Icebox station: Fixes some broken gas meters to be on the correct layer,
+ as well as relocating the random ones in maint to actual pipes'
+ - bugfix: 'Pubbystation: Fixes some broken gas meters to be on the correct layer'
+ LemonInTheDark:
+ - rscadd: H2O is a bit more spicy in the sm, and plux is now a danger rather then
+ a gift, filter it out you nerds.
+ - balance: You feel a great shift in space, the spice rock has changed
+ Timberpoes:
+ - rscdel: NanoTrasen has stopped supporting Standard cyborg modules, citing spiralling
+ costs with managing legacy hardware and ancient upgrades.
+ - bugfix: Fixed runtime error introduced by Delta's new cap office maintenance APC.
+ - tweak: When hacking cyborgs, the Module Reset wire is now far more obvious.
+ TiviPlus:
+ - bugfix: fixed overlay lighting sometimes displaying offset
+ - refactor: Mech refactor
diff --git a/html/changelogs/AutoChangeLog-pr-52902.yml b/html/changelogs/AutoChangeLog-pr-52902.yml
deleted file mode 100644
index 54e180e53ec..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52902.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TiviPlus"
-delete-after: True
-changes:
- - refactor: "Mech refactor"
diff --git a/html/changelogs/AutoChangeLog-pr-52941.yml b/html/changelogs/AutoChangeLog-pr-52941.yml
deleted file mode 100644
index 0e28557da2c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52941.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghilker"
-delete-after: True
-changes:
- - rscadd: "Added Crystal Invasion Event (with all the mechanics, mobs and item related)"
diff --git a/html/changelogs/AutoChangeLog-pr-53083.yml b/html/changelogs/AutoChangeLog-pr-53083.yml
deleted file mode 100644
index e0191ab9974..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53083.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Dennok"
-delete-after: True
-changes:
- - tweak: "ladders keep its menu opened when you use ladder"
diff --git a/html/changelogs/AutoChangeLog-pr-53233.yml b/html/changelogs/AutoChangeLog-pr-53233.yml
deleted file mode 100644
index 7731205c44a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53233.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "LemonInTheDark"
-delete-after: True
-changes:
- - rscadd: "H2O is a bit more spicy in the sm, and plux is now a danger rather then a gift, filter it out you nerds."
- - balance: "You feel a great shift in space, the spice rock has changed"
diff --git a/html/changelogs/AutoChangeLog-pr-53241.yml b/html/changelogs/AutoChangeLog-pr-53241.yml
deleted file mode 100644
index 52752f35159..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53241.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Donkie"
-delete-after: True
-changes:
- - code_imp: "Converted check_obscured_slots() output to bitfield instead of list"
diff --git a/html/changelogs/AutoChangeLog-pr-53276.yml b/html/changelogs/AutoChangeLog-pr-53276.yml
deleted file mode 100644
index 605d344b7f4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53276.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - rscdel: "NanoTrasen has stopped supporting Standard cyborg modules, citing spiralling costs with managing legacy hardware and ancient upgrades."
diff --git a/html/changelogs/AutoChangeLog-pr-53277.yml b/html/changelogs/AutoChangeLog-pr-53277.yml
deleted file mode 100644
index 25512c6389a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53277.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - tweak: "When hacking cyborgs, the Module Reset wire is now far more obvious."
diff --git a/html/changelogs/AutoChangeLog-pr-53287.yml b/html/changelogs/AutoChangeLog-pr-53287.yml
deleted file mode 100644
index 13ccdabec67..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53287.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Helianthus00"
-delete-after: True
-changes:
- - rscadd: "Added 2 new subtypes of gas meter so that they work on layers 1 and 3"
- - bugfix: "Deltastation: Fixes some broken gas meters to be on the correct layer"
- - bugfix: "Icebox station: Fixes some broken gas meters to be on the correct layer, as well as relocating the random ones in maint to actual pipes"
- - bugfix: "Pubbystation: Fixes some broken gas meters to be on the correct layer"
diff --git a/html/changelogs/AutoChangeLog-pr-53304.yml b/html/changelogs/AutoChangeLog-pr-53304.yml
deleted file mode 100644
index 97b181b72e1..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53304.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - bugfix: "Fixed runtime error introduced by Delta's new cap office maintenance APC."
diff --git a/html/changelogs/AutoChangeLog-pr-53317.yml b/html/changelogs/AutoChangeLog-pr-53317.yml
deleted file mode 100644
index a80c9a1602a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53317.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TiviPlus"
-delete-after: True
-changes:
- - bugfix: "fixed overlay lighting sometimes displaying offset"