diff --git a/html/changelog.html b/html/changelog.html
index b5e99b80c2a..0fb385b816f 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,88 @@
-->
+
23 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
+ - Removed forcesay on getting hit in classic mode.
+ - 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.
+
+
SkyratBot updated:
+
+ - More roles added for mafia!
+ - Should have (outside of adminbus) way more balanced role lists in mafia now.
+ - general improvements to the game have been made as well :)
+
+
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
+
+
21 July 2020
ArcaneMusic updated:
@@ -2087,20 +2169,6 @@
- diseases now retain the ability to infect people after having 'inorganic biology' or 'necrotic metabolism' removed from them
-
- 20 May 2020
- Skoglol updated:
-
- - Another dynamic rolling restricted roles as antags fix.
-
- Thebleh updated:
-
- - Fixes MetaStation's disposals
-
- dootdoom updated:
-
- - Straight Jacket now has bigger bolder red text to alert you someone is putting it on you.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 511b6ec1588..fe004e69651 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41005,3 +41005,71 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
arms
- balance: Hulk arms no longer break when punching machines (but still take a small
bit of recoil damage).
+2020-07-23:
+ ArcaneMusic:
+ - bugfix: early plant mutations from 30+ instability
+ - imageadd: The Implosion Compressor now has an updated sprite.
+ - tweak: The photocopier now has a 5 credit cost to use.
+ - code_imp: There is now a uniform component for simple payments.
+ - bugfix: You can now make copies of paper with the photocopier again.
+ Coul:
+ - rscadd: visible message when someone takes the item you offer them
+ - spellcheck: cleaned up some spans and offer messages
+ Donkie:
+ - tweak: Prevent being able to finish a reinforced girder using regular metal, making
+ the added reinforcement disappear.
+ Jared-Fogle:
+ - bugfix: Fixed colorful reagent, red powder, and quantum hair dye breaking metabolization.
+ Melbert:
+ - bugfix: You can no longer use broken cyborg slots by being fast at clicking
+ - code_imp: Removed a bunch of deprecated cyborg code involving taking toxin and
+ oxygen damage
+ - refactor: Refactored part of cyborg inventory code
+ Ryll/Shaps:
+ - bugfix: Corpses buckled to chairs can no longer tackle
+ ShizCalev:
+ - bugfix: Fixed a minor runtime caused by a mob being deleted while in a coma.
+ - refactor: 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.
+ - bugfix: 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.
+ - bugfix: Fixed bookcases having the incorrect icon when they're unanchored.
+ - bugfix: Fixed bookcases not automatically picking up spellbooks / storage books
+ when made/spawned.
+ - bugfix: Fixed bookcases not dropping spellbooks / storage books when deconstructed.
+ - bugfix: Fixed a runtime causing emags to not properly emag airlocks.
+ - bugfix: Fixed a runtime caused by a target being deleted by a gun's projectiles.
+ - bugfix: The light eater will now eat -even more- lights.
+ - bugfix: Fixed a runtime when using the peacekeeper borg's Hyperkinetic Dampener
+ Field.
+ - bugfix: Player/pAI controlled MULEbots will now use power when they move.
+ - bugfix: Player/pAI controlled MULEbots will now turn off properly if they ran
+ out of power while moving.
+ - tweak: MULEbot's power levels now show up on the diagnostic HUD.
+ - tweak: Players controlling a MULEbot will now see their power level and current
+ load on the status panel.
+ - bugfix: Player controlled bots (ie securitrons, ED209's, MULEbots, ect) will now
+ get a chat notification when they're turned on/off.
+ Skoglol:
+ - bugfix: Fixed a simplemob AI issue that prevented them from processing.
+ - bugfix: dead people can no longer slimelink
+ - rscdel: Removed forcesay on getting hit in classic mode.
+ - bugfix: Re-added old keybinds for quick equip, set new default for suit storage
+ slot if none was set yet.
+ - code_imp: Savefile version minimum bumped to 32.
+ SkyratBot:
+ - rscadd: More roles added for mafia!
+ - balance: Should have (outside of adminbus) way more balanced role lists in mafia
+ now.
+ - bugfix: general improvements to the game have been made as well :)
+ Timberpoes:
+ - bugfix: Revenants are no longer deaf.
+ Winterous:
+ - tweak: Changed some text for Medbots, including fixing incorrect message after
+ updating research. Contributor's brain irreparably melted from hurdles.
+ bobbahbrown:
+ - refactor: Improved SIGN macro performance
+ nightred:
+ - bugfix: Family heirloom moods clear on loss of the quirk.
+ - bugfix: Fixed the location of an Engineering sign on Meta
diff --git a/html/changelogs/AutoChangeLog-pr-24.yml b/html/changelogs/AutoChangeLog-pr-24.yml
deleted file mode 100644
index 13ed492c637..00000000000
--- a/html/changelogs/AutoChangeLog-pr-24.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "More roles added for mafia!"
- - balance: "Should have (outside of adminbus) way more balanced role lists in mafia now."
- - bugfix: "general improvements to the game have been made as well :)"
diff --git a/html/changelogs/AutoChangeLog-pr-28.yml b/html/changelogs/AutoChangeLog-pr-28.yml
deleted file mode 100644
index df9c4377c10..00000000000
--- a/html/changelogs/AutoChangeLog-pr-28.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Skoglol"
-delete-after: True
-changes:
- - rscdel: "Removed forcesay on getting hit in classic mode."
diff --git a/html/changelogs/AutoChangeLog-pr-51944.yml b/html/changelogs/AutoChangeLog-pr-51944.yml
deleted file mode 100644
index 484679b3039..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51944.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "ArcaneMusic"
-delete-after: True
-changes:
- - tweak: "The photocopier now has a 5 credit cost to use."
- - code_imp: "There is now a uniform component for simple payments."
- - bugfix: "You can now make copies of paper with the photocopier again."
diff --git a/html/changelogs/AutoChangeLog-pr-52254.yml b/html/changelogs/AutoChangeLog-pr-52254.yml
deleted file mode 100644
index f9da4f1523f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52254.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - refactor: "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."
- - bugfix: "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."
- - bugfix: "Fixed bookcases having the incorrect icon when they're unanchored."
- - bugfix: "Fixed bookcases not automatically picking up spellbooks / storage books when made/spawned."
- - bugfix: "Fixed bookcases not dropping spellbooks / storage books when deconstructed."
diff --git a/html/changelogs/AutoChangeLog-pr-52265.yml b/html/changelogs/AutoChangeLog-pr-52265.yml
deleted file mode 100644
index 94ec4361007..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52265.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Melbert"
-delete-after: True
-changes:
- - bugfix: "You can no longer use broken cyborg slots by being fast at clicking"
- - code_imp: "Removed a bunch of deprecated cyborg code involving taking toxin and oxygen damage"
- - refactor: "Refactored part of cyborg inventory code"
diff --git a/html/changelogs/AutoChangeLog-pr-52294.yml b/html/changelogs/AutoChangeLog-pr-52294.yml
deleted file mode 100644
index 36c30d5f5e6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52294.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Donkie"
-delete-after: True
-changes:
- - tweak: "Prevent being able to finish a reinforced girder using regular metal, making the added reinforcement disappear."
diff --git a/html/changelogs/AutoChangeLog-pr-52301.yml b/html/changelogs/AutoChangeLog-pr-52301.yml
deleted file mode 100644
index e9434489670..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52301.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Player/pAI controlled MULEbots will now use power when they move."
- - bugfix: "Player/pAI controlled MULEbots will now turn off properly if they ran out of power while moving."
- - tweak: "MULEbot's power levels now show up on the diagnostic HUD."
- - tweak: "Players controlling a MULEbot will now see their power level and current load on the status panel."
- - bugfix: "Player controlled bots (ie securitrons, ED209's, MULEbots, ect) will now get a chat notification when they're turned on/off."
diff --git a/html/changelogs/AutoChangeLog-pr-52304.yml b/html/changelogs/AutoChangeLog-pr-52304.yml
deleted file mode 100644
index 0bc6c76d593..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52304.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ryll/Shaps"
-delete-after: True
-changes:
- - bugfix: "Corpses buckled to chairs can no longer tackle"
diff --git a/html/changelogs/AutoChangeLog-pr-52305.yml b/html/changelogs/AutoChangeLog-pr-52305.yml
deleted file mode 100644
index a38e9f2941d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52305.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "The light eater will now eat -even more- lights."
diff --git a/html/changelogs/AutoChangeLog-pr-52307.yml b/html/changelogs/AutoChangeLog-pr-52307.yml
deleted file mode 100644
index 20ac91df4b3..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52307.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ArcaneMusic"
-delete-after: True
-changes:
- - bugfix: "early plant mutations from 30+ instability"
diff --git a/html/changelogs/AutoChangeLog-pr-52308.yml b/html/changelogs/AutoChangeLog-pr-52308.yml
deleted file mode 100644
index 8a9eef3c5d3..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52308.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Fixed a runtime when using the peacekeeper borg's Hyperkinetic Dampener Field."
diff --git a/html/changelogs/AutoChangeLog-pr-52310.yml b/html/changelogs/AutoChangeLog-pr-52310.yml
deleted file mode 100644
index eb99276da81..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52310.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ArcaneMusic"
-delete-after: True
-changes:
- - imageadd: "The Implosion Compressor now has an updated sprite."
diff --git a/html/changelogs/AutoChangeLog-pr-52312.yml b/html/changelogs/AutoChangeLog-pr-52312.yml
deleted file mode 100644
index 11515af97cf..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52312.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Skoglol"
-delete-after: True
-changes:
- - bugfix: "Re-added old keybinds for quick equip, set new default for suit storage slot if none was set yet."
- - code_imp: "Savefile version minimum bumped to 32."
diff --git a/html/changelogs/AutoChangeLog-pr-52316.yml b/html/changelogs/AutoChangeLog-pr-52316.yml
deleted file mode 100644
index 6ce6d8c5840..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52316.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Coul"
-delete-after: True
-changes:
- - rscadd: "visible message when someone takes the item you offer them"
- - spellcheck: "cleaned up some spans and offer messages"
diff --git a/html/changelogs/AutoChangeLog-pr-52331.yml b/html/changelogs/AutoChangeLog-pr-52331.yml
deleted file mode 100644
index 59faa88f2f2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52331.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Winterous"
-delete-after: True
-changes:
- - tweak: "Changed some text for Medbots, including fixing incorrect message after updating research. Contributor's brain irreparably melted from hurdles."
diff --git a/html/changelogs/AutoChangeLog-pr-52335.yml b/html/changelogs/AutoChangeLog-pr-52335.yml
deleted file mode 100644
index fd2cc5710c0..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52335.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Fixed a runtime causing emags to not properly emag airlocks."
diff --git a/html/changelogs/AutoChangeLog-pr-52336.yml b/html/changelogs/AutoChangeLog-pr-52336.yml
deleted file mode 100644
index be51900912a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52336.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Fixed a runtime caused by a target being deleted by a gun's projectiles."
diff --git a/html/changelogs/AutoChangeLog-pr-52338.yml b/html/changelogs/AutoChangeLog-pr-52338.yml
deleted file mode 100644
index 63fb93f2f50..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52338.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Fixed a minor runtime caused by a mob being deleted while in a coma."
diff --git a/html/changelogs/AutoChangeLog-pr-52339.yml b/html/changelogs/AutoChangeLog-pr-52339.yml
deleted file mode 100644
index c8e9e58f73b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52339.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Jared-Fogle"
-delete-after: True
-changes:
- - bugfix: "Fixed colorful reagent, red powder, and quantum hair dye breaking metabolization."
diff --git a/html/changelogs/AutoChangeLog-pr-52342.yml b/html/changelogs/AutoChangeLog-pr-52342.yml
deleted file mode 100644
index 7bce9577527..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52342.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Skoglol"
-delete-after: True
-changes:
- - bugfix: "dead people can no longer slimelink"
diff --git a/html/changelogs/AutoChangeLog-pr-52347.yml b/html/changelogs/AutoChangeLog-pr-52347.yml
deleted file mode 100644
index bbba25ee24e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52347.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Skoglol"
-delete-after: True
-changes:
- - bugfix: "Fixed a simplemob AI issue that prevented them from processing."
diff --git a/html/changelogs/AutoChangeLog-pr-52354.yml b/html/changelogs/AutoChangeLog-pr-52354.yml
deleted file mode 100644
index 09142076c1d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52354.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - bugfix: "Revenants are no longer deaf."
diff --git a/html/changelogs/AutoChangeLog-pr-52355.yml b/html/changelogs/AutoChangeLog-pr-52355.yml
deleted file mode 100644
index 014c7d0a85e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52355.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "bobbahbrown"
-delete-after: True
-changes:
- - refactor: "Improved SIGN macro performance"
diff --git a/html/changelogs/AutoChangeLog-pr-52367.yml b/html/changelogs/AutoChangeLog-pr-52367.yml
deleted file mode 100644
index 2c7fd8d1208..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52367.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "nightred"
-delete-after: True
-changes:
- - bugfix: "Fixed the location of an Engineering sign on Meta"
diff --git a/html/changelogs/AutoChangeLog-pr-52369.yml b/html/changelogs/AutoChangeLog-pr-52369.yml
deleted file mode 100644
index e9c28e72d8e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-52369.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "nightred"
-delete-after: True
-changes:
- - bugfix: "Family heirloom moods clear on loss of the quirk."