diff --git a/html/changelog.html b/html/changelog.html
index adb3423a4dc..058d31151da 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,28 @@
-->
+
23 September 2020
+
ATHATH updated:
+
+ - Adding a symptom to a virus that already has 4 or 5 symptoms in it no longer has a chance of removing a random symptom from that virus.
+
+
Timberpoes updated:
+
+ - The AI can now move its camera up z-levels as well as down by using the option in the IC tab. If you're an AI and you can't see anything, your camera may be on the wrong Z-level. Try moving it up or returning hitting the button to return to your core.
+
+
TiviPlus updated:
+
+ - Removed devil and affiliated shitcode
+
+
nightred updated:
+
+ - Added request console to meta bar
+
+
tralezab updated:
+
+ - Flower Buds now have a countdown for ghosts
+
+
22 September 2020
Donkie updated:
@@ -2704,82 +2726,6 @@
- Should have (outside of adminbus) way more balanced role lists in mafia now.
- general improvements to the game have been made as well :)
-
-
22 July 2020
-
ArcaneMusic updated:
-
- - early plant mutations from 30+ instability
- - The Implosion Compressor now has an updated sprite.
- - The photocopier now has a 5 credit cost to use.
- - There is now a uniform component for simple payments.
- - You can now make copies of paper with the photocopier again.
-
-
Coul updated:
-
- - visible message when someone takes the item you offer them
- - cleaned up some spans and offer messages
-
-
Donkie updated:
-
- - Prevent being able to finish a reinforced girder using regular metal, making the added reinforcement disappear.
-
-
Jared-Fogle updated:
-
- - Fixed colorful reagent, red powder, and quantum hair dye breaking metabolization.
-
-
Melbert updated:
-
- - You can no longer use broken cyborg slots by being fast at clicking
- - Removed a bunch of deprecated cyborg code involving taking toxin and oxygen damage
- - Refactored part of cyborg inventory code
-
-
Ryll/Shaps updated:
-
- - Corpses buckled to chairs can no longer tackle
-
-
ShizCalev updated:
-
- - Fixed a minor runtime caused by a mob being deleted while in a coma.
- - Converted everything to use setAnchored() as opposed to setting the anchored var directly. This means that COMSIG_MOVABLE_SETANCHORED can now actually be used reliably to track if an object's anchored var has changed.
- - The refactor also means that varediting the anchored var will now properly update most items' other states that rely on it being set a certain way.
- - Fixed bookcases having the incorrect icon when they're unanchored.
- - Fixed bookcases not automatically picking up spellbooks / storage books when made/spawned.
- - Fixed bookcases not dropping spellbooks / storage books when deconstructed.
- - Fixed a runtime causing emags to not properly emag airlocks.
- - Fixed a runtime caused by a target being deleted by a gun's projectiles.
- - The light eater will now eat -even more- lights.
- - Fixed a runtime when using the peacekeeper borg's Hyperkinetic Dampener Field.
- - Player/pAI controlled MULEbots will now use power when they move.
- - Player/pAI controlled MULEbots will now turn off properly if they ran out of power while moving.
- - MULEbot's power levels now show up on the diagnostic HUD.
- - Players controlling a MULEbot will now see their power level and current load on the status panel.
- - Player controlled bots (ie securitrons, ED209's, MULEbots, ect) will now get a chat notification when they're turned on/off.
-
-
Skoglol updated:
-
- - Fixed a simplemob AI issue that prevented them from processing.
- - dead people can no longer slimelink
- - Re-added old keybinds for quick equip, set new default for suit storage slot if none was set yet.
- - Savefile version minimum bumped to 32.
-
-
Timberpoes updated:
-
- - Revenants are no longer deaf.
-
-
Winterous updated:
-
- - Changed some text for Medbots, including fixing incorrect message after updating research. Contributor's brain irreparably melted from hurdles.
-
-
bobbahbrown updated:
-
- - Improved SIGN macro performance
-
-
nightred updated:
-
- - Family heirloom moods clear on loss of the quirk.
- - Fixed the location of an Engineering sign on Meta
- - Fixed up plumbing issues in security for Meta
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 2bb2ae81cb2..d05511f2552 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43206,3 +43206,18 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscdel: Sentient ice demons can no longer teleport.
Mickyan:
- bugfix: Fixed being unable to build scooters from manually crafted skateboards
+2020-09-23:
+ ATHATH:
+ - balance: Adding a symptom to a virus that already has 4 or 5 symptoms in it no
+ longer has a chance of removing a random symptom from that virus.
+ Timberpoes:
+ - bugfix: The AI can now move its camera up z-levels as well as down by using the
+ option in the IC tab. If you're an AI and you can't see anything, your camera
+ may be on the wrong Z-level. Try moving it up or returning hitting the button
+ to return to your core.
+ TiviPlus:
+ - rscdel: Removed devil and affiliated shitcode
+ nightred:
+ - tweak: Added request console to meta bar
+ tralezab:
+ - rscadd: Flower Buds now have a countdown for ghosts
diff --git a/html/changelogs/AutoChangeLog-pr-53612.yml b/html/changelogs/AutoChangeLog-pr-53612.yml
deleted file mode 100644
index 416db14de23..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53612.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TiviPlus"
-delete-after: True
-changes:
- - rscdel: "Removed devil and affiliated shitcode"
diff --git a/html/changelogs/AutoChangeLog-pr-53648.yml b/html/changelogs/AutoChangeLog-pr-53648.yml
deleted file mode 100644
index 181c6d3db00..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53648.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "tralezab"
-delete-after: True
-changes:
- - rscadd: "Flower Buds now have a countdown for ghosts"
diff --git a/html/changelogs/AutoChangeLog-pr-53858.yml b/html/changelogs/AutoChangeLog-pr-53858.yml
deleted file mode 100644
index ff9e16cc98b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53858.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "nightred"
-delete-after: True
-changes:
- - tweak: "Added request console to meta bar"
diff --git a/html/changelogs/AutoChangeLog-pr-53875.yml b/html/changelogs/AutoChangeLog-pr-53875.yml
deleted file mode 100644
index a6fbab4d7bb..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53875.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - bugfix: "The AI can now move its camera up z-levels as well as down by using the option in the IC tab. If you're an AI and you can't see anything, your camera may be on the wrong Z-level. Try moving it up or returning hitting the button to return to your core."
diff --git a/html/changelogs/AutoChangeLog-pr-53879.yml b/html/changelogs/AutoChangeLog-pr-53879.yml
deleted file mode 100644
index aac5a538c10..00000000000
--- a/html/changelogs/AutoChangeLog-pr-53879.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ATHATH"
-delete-after: True
-changes:
- - balance: "Adding a symptom to a virus that already has 4 or 5 symptoms in it no longer has a chance of removing a random symptom from that virus."