diff --git a/html/changelog.html b/html/changelog.html
index ba57bbfac2..c331ca1ee5 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,96 @@
-->
+
02 October 2020
+
ArcaneMusic, with minor tweaks by TheObserver-sys updated:
+
+ - Adds and modifies fertilizers, as well as a new stat, Instability.
+ - Removes the rather disused functionality of irrigation hoses, temporarily disables circuit use on hydroponics trays.
+ - Plant Analyzer have been upgraded. Using one in hand will now switch between a stat view of your plant, and a chemical view of your plant. tweak:Trays now accept and store reagents, as well as coming with an autogrow mode. However, these upgrades came at the cost of old self sufficiency, meaning you must attend to your plants a bit more often.
+ - Earthsblood, while not being able to gild trays anymore, has been found to still be quite powerful as a fertilizer.
+
+
CoreFlare updated:
+
+ - Altcloaks! Available in loadout.
+
+
Detective-Google updated:
+
+ - a smattering of clothes from the RP server
+ - detective wardrobe
+
+
EmeraldSundisk updated:
+
+ - Adds the "Skelter" space ruin
+ - Creates a few new area designations for the Skelter
+ - Cargo techs now have access to a "long pants" variant of their standard work uniform
+ - Adds said uniform to CargoDrobes and the loadout menu
+
+
ItzGabby updated:
+
+ - Three new turf tiles.
+ - Turf icons with multiple damage icons, with in-hand icons for each tile.
+ - Edited the name and description to wooden.
+
+
LetterN updated:
+
+ - craftable railings
+ - ports robust savefiles
+
+
MrJWhit updated:
+
+ - tweaked heavy suit dmi
+ - Fixes drones not being able to quickslot items
+
+
Putnam3145 updated:
+
+ - New policy config for pyroclastic slimes.
+ - SDGF clones now naked.
+ - SDGF is now way more likely to make a clone that will align with the creator's goals, with purity, making it a better antagging tool.
+ - SDGF clones now have the same traits as the original.
+ - transfer_ckey now resets view, preventing things like SDGF clones with much larger view range.
+ - Policy configs have been added for SDGF, currently unused: SDGF, SDGF_ALIGNED, SDGF_UNALIGNED.
+ - Shivering now has thresholds and fever's thresholds now work.
+ - Made allturfs setup actually set up all turfs.
+ - Dynamic is now more aggressive with adding antags.
+ - Fixes vore pref saving.
+
+
SandPoot updated:
+
+ - Fixes headslugs being unable to recover their human form.
+
+
Tupinambis updated:
+
+ - Adds methane and methyl bromide gases.
+ - Minor gas name/desc changes to improve consistency
+ - Ports the methyl bromide tank from bay. Adds two new canister sprites for the new gases and CH4 screen alerts.
+ - fixed a mispelling in the wound armor value for the bounty hunter suit
+
+
dapnee updated:
+
+ - atrium, clinic, an extra office, a pseudo public mining area, two more deluxe dorms, micro beach, aux bathroom, two construction areas, mass driver, more intercoms
+ - moved all of service, chapel, dorms, garden, holodeck to a different z-level, RnD is more open, maintenance is a bit more random, more firelocks, added more mine-able rock
+ - fixed the buttons in xenobio, gave shutters to cargo's storage area, fixed holodeck so it works now, fixed some techfabs being lathes, added sensors to atmos tanks, more decals, couple more signs, little floral areas and sitting areas added to break up hallway monotony, mech chargers are no longer missing their consoles, whiteship won't crash into arrivals anymore while the area it takes up is more telegraphed, APC placement on AI sat entrance, missing wire node for the outer portion of the AI sat, civilian level now has a telecom relay
+
+
lolman360 updated:
+
+ - smonk machine runtimes
+ - automatic hydro tray has a unique sprite now (fancy robot arm)
+
+
timothyteakettle updated:
+
+ - added luminescent and stargazer sprites as selectable body sprites for slimes
+ - wound exponent lowered slightly from 1.225 to 1.2
+ - wound exponent and limb damage multiplier are now config values
+ - ipcs and synthlizards are now treated as actual robots, with robotic limbs, an extra organ, and better emp acts
+ - surgeries for healing robotic limbs, and brain surgery for robotic heads
+ - androids limbs now show up as intended
+ - emps now work from 1-100 severity instead of 1/2 and the severity reduces as you move from the epicentre
+
+
zeroisthebiggay updated:
+
+ - ratvar gf is complete
+
+
01 October 2020
BlueWildrose updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f62f35ee10..08494cb87b 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27417,3 +27417,88 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- soundadd: Slimepeople are given unique laughs and screams.
- tweak: Adds "warbles", "chimpers", and "puffs" to the customizable speech verbs
for character.
+2020-10-02:
+ ArcaneMusic, with minor tweaks by TheObserver-sys:
+ - rscadd: Adds and modifies fertilizers, as well as a new stat, Instability.
+ - rscdel: Removes the rather disused functionality of irrigation hoses, temporarily
+ disables circuit use on hydroponics trays.
+ - tweak: Plant Analyzer have been upgraded. Using one in hand will now switch between
+ a stat view of your plant, and a chemical view of your plant. tweak:Trays now
+ accept and store reagents, as well as coming with an autogrow mode. However,
+ these upgrades came at the cost of old self sufficiency, meaning you must attend
+ to your plants a bit more often.
+ - tweak: Earthsblood, while not being able to gild trays anymore, has been found
+ to still be quite powerful as a fertilizer.
+ CoreFlare:
+ - rscadd: Altcloaks! Available in loadout.
+ Detective-Google:
+ - rscadd: a smattering of clothes from the RP server
+ - rscadd: detective wardrobe
+ EmeraldSundisk:
+ - rscadd: Adds the "Skelter" space ruin
+ - code_imp: Creates a few new area designations for the Skelter
+ - rscadd: Cargo techs now have access to a "long pants" variant of their standard
+ work uniform
+ - rscadd: Adds said uniform to CargoDrobes and the loadout menu
+ ItzGabby:
+ - rscadd: Three new turf tiles.
+ - imageadd: Turf icons with multiple damage icons, with in-hand icons for each tile.
+ - spellcheck: Edited the name and description to wooden.
+ LetterN:
+ - rscadd: craftable railings
+ - code_imp: ports robust savefiles
+ MrJWhit:
+ - tweak: tweaked heavy suit dmi
+ - bugfix: Fixes drones not being able to quickslot items
+ Putnam3145:
+ - rscadd: New policy config for pyroclastic slimes.
+ - tweak: SDGF clones now naked.
+ - balance: SDGF is now way more likely to make a clone that will align with the
+ creator's goals, with purity, making it a better antagging tool.
+ - bugfix: SDGF clones now have the same traits as the original.
+ - bugfix: transfer_ckey now resets view, preventing things like SDGF clones with
+ much larger view range.
+ - config: 'Policy configs have been added for SDGF, currently unused: SDGF, SDGF_ALIGNED,
+ SDGF_UNALIGNED.'
+ - bugfix: Shivering now has thresholds and fever's thresholds now work.
+ - bugfix: Made allturfs setup actually set up all turfs.
+ - balance: Dynamic is now more aggressive with adding antags.
+ - bugfix: Fixes vore pref saving.
+ SandPoot:
+ - bugfix: Fixes headslugs being unable to recover their human form.
+ Tupinambis:
+ - rscadd: Adds methane and methyl bromide gases.
+ - tweak: Minor gas name/desc changes to improve consistency
+ - imageadd: Ports the methyl bromide tank from bay. Adds two new canister sprites
+ for the new gases and CH4 screen alerts.
+ - bugfix: fixed a mispelling in the wound armor value for the bounty hunter suit
+ dapnee:
+ - rscadd: atrium, clinic, an extra office, a pseudo public mining area, two more
+ deluxe dorms, micro beach, aux bathroom, two construction areas, mass driver,
+ more intercoms
+ - tweak: moved all of service, chapel, dorms, garden, holodeck to a different z-level,
+ RnD is more open, maintenance is a bit more random, more firelocks, added more
+ mine-able rock
+ - bugfix: fixed the buttons in xenobio, gave shutters to cargo's storage area, fixed
+ holodeck so it works now, fixed some techfabs being lathes, added sensors to
+ atmos tanks, more decals, couple more signs, little floral areas and sitting
+ areas added to break up hallway monotony, mech chargers are no longer missing
+ their consoles, whiteship won't crash into arrivals anymore while the area it
+ takes up is more telegraphed, APC placement on AI sat entrance, missing wire
+ node for the outer portion of the AI sat, civilian level now has a telecom relay
+ lolman360:
+ - bugfix: smonk machine runtimes
+ - bugfix: automatic hydro tray has a unique sprite now (fancy robot arm)
+ timothyteakettle:
+ - rscadd: added luminescent and stargazer sprites as selectable body sprites for
+ slimes
+ - tweak: wound exponent lowered slightly from 1.225 to 1.2
+ - config: wound exponent and limb damage multiplier are now config values
+ - rscadd: ipcs and synthlizards are now treated as actual robots, with robotic limbs,
+ an extra organ, and better emp acts
+ - rscadd: surgeries for healing robotic limbs, and brain surgery for robotic heads
+ - bugfix: androids limbs now show up as intended
+ - refactor: emps now work from 1-100 severity instead of 1/2 and the severity reduces
+ as you move from the epicentre
+ zeroisthebiggay:
+ - rscadd: ratvar gf is complete
diff --git a/html/changelogs/AutoChangeLog-pr-12439.yml b/html/changelogs/AutoChangeLog-pr-12439.yml
deleted file mode 100644
index 0089e07129..0000000000
--- a/html/changelogs/AutoChangeLog-pr-12439.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - rscadd: "ipcs and synthlizards are now treated as actual robots, with robotic limbs, an extra organ, and better emp acts"
- - rscadd: "surgeries for healing robotic limbs, and brain surgery for robotic heads"
- - bugfix: "androids limbs now show up as intended"
diff --git a/html/changelogs/AutoChangeLog-pr-13314.yml b/html/changelogs/AutoChangeLog-pr-13314.yml
deleted file mode 100644
index 86316680b3..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13314.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "ArcaneMusic, with minor tweaks by TheObserver-sys"
-delete-after: True
-changes:
- - rscadd: "Adds and modifies fertilizers, as well as a new stat, Instability."
- - rscdel: "Removes the rather disused functionality of irrigation hoses, temporarily disables circuit use on hydroponics trays."
- - tweak: "Plant Analyzer have been upgraded. Using one in hand will now switch between a stat view of your plant, and a chemical view of your plant.
-tweak:Trays now accept and store reagents, as well as coming with an autogrow mode. However, these upgrades came at the cost of old self sufficiency, meaning you must attend to your plants a bit more often."
- - tweak: "Earthsblood, while not being able to gild trays anymore, has been found to still be quite powerful as a fertilizer."
diff --git a/html/changelogs/AutoChangeLog-pr-13317.yml b/html/changelogs/AutoChangeLog-pr-13317.yml
deleted file mode 100644
index e0c2c1602a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13317.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "LetterN"
-delete-after: True
-changes:
- - code_imp: "ports robust savefiles"
diff --git a/html/changelogs/AutoChangeLog-pr-13375.yml b/html/changelogs/AutoChangeLog-pr-13375.yml
deleted file mode 100644
index 0db66583bf..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13375.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - refactor: "emps now work from 1-100 severity instead of 1/2 and the severity reduces as you move from the epicentre"
diff --git a/html/changelogs/AutoChangeLog-pr-13391.yml b/html/changelogs/AutoChangeLog-pr-13391.yml
deleted file mode 100644
index a1e1fc1e7d..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13391.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "dapnee"
-delete-after: True
-changes:
- - rscadd: "atrium, clinic, an extra office, a pseudo public mining area, two more deluxe dorms, micro beach, aux bathroom, two construction areas, mass driver, more intercoms"
- - tweak: "moved all of service, chapel, dorms, garden, holodeck to a different z-level, RnD is more open, maintenance is a bit more random, more firelocks, added more mine-able rock"
- - bugfix: "fixed the buttons in xenobio, gave shutters to cargo's storage area, fixed holodeck so it works now, fixed some techfabs being lathes, added sensors to atmos tanks, more decals, couple more signs, little floral areas and sitting areas added to break up hallway monotony, mech chargers are no longer missing their consoles, whiteship won't crash into arrivals anymore while the area it takes up is more telegraphed, APC placement on AI sat entrance, missing wire node for the outer portion of the AI sat, civilian level now has a telecom relay"
diff --git a/html/changelogs/AutoChangeLog-pr-13398.yml b/html/changelogs/AutoChangeLog-pr-13398.yml
deleted file mode 100644
index f7af4f97c6..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13398.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - tweak: "wound exponent lowered slightly from 1.225 to 1.2"
- - config: "wound exponent and limb damage multiplier are now config values"
diff --git a/html/changelogs/AutoChangeLog-pr-13423.yml b/html/changelogs/AutoChangeLog-pr-13423.yml
deleted file mode 100644
index 27b5c70e65..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13423.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "MrJWhit"
-delete-after: True
-changes:
- - bugfix: "Fixes drones not being able to quickslot items"
diff --git a/html/changelogs/AutoChangeLog-pr-13429.yml b/html/changelogs/AutoChangeLog-pr-13429.yml
deleted file mode 100644
index 1c2c89ade7..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13429.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Made allturfs setup actually set up all turfs."
diff --git a/html/changelogs/AutoChangeLog-pr-13431.yml b/html/changelogs/AutoChangeLog-pr-13431.yml
deleted file mode 100644
index 63a3c39a1a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13431.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "EmeraldSundisk"
-delete-after: True
-changes:
- - rscadd: "Cargo techs now have access to a \"long pants\" variant of their standard work uniform"
- - rscadd: "Adds said uniform to CargoDrobes and the loadout menu"
diff --git a/html/changelogs/AutoChangeLog-pr-13441.yml b/html/changelogs/AutoChangeLog-pr-13441.yml
deleted file mode 100644
index aa5da7e50a..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13441.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Shivering now has thresholds and fever's thresholds now work."
diff --git a/html/changelogs/AutoChangeLog-pr-13443.yml b/html/changelogs/AutoChangeLog-pr-13443.yml
deleted file mode 100644
index 52ea3d1935..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13443.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "ItzGabby"
-delete-after: True
-changes:
- - rscadd: "Three new turf tiles."
- - imageadd: "Turf icons with multiple damage icons, with in-hand icons for each tile."
- - spellcheck: "Edited the name and description to wooden."
diff --git a/html/changelogs/AutoChangeLog-pr-13446.yml b/html/changelogs/AutoChangeLog-pr-13446.yml
deleted file mode 100644
index 609a24123e..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13446.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - balance: "Dynamic is now more aggressive with adding antags."
diff --git a/html/changelogs/AutoChangeLog-pr-13448.yml b/html/changelogs/AutoChangeLog-pr-13448.yml
deleted file mode 100644
index 024a3e7627..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13448.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Tupinambis"
-delete-after: True
-changes:
- - bugfix: "fixed a mispelling in the wound armor value for the bounty hunter suit"
diff --git a/html/changelogs/AutoChangeLog-pr-13450.yml b/html/changelogs/AutoChangeLog-pr-13450.yml
deleted file mode 100644
index c87f4d1924..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13450.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "MrJWhit"
-delete-after: True
-changes:
- - tweak: "tweaked heavy suit dmi"
diff --git a/html/changelogs/AutoChangeLog-pr-13452.yml b/html/changelogs/AutoChangeLog-pr-13452.yml
deleted file mode 100644
index 458c616bc0..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13452.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Tupinambis"
-delete-after: True
-changes:
- - rscadd: "Adds methane and methyl bromide gases."
- - tweak: "Minor gas name/desc changes to improve consistency"
- - imageadd: "Ports the methyl bromide tank from bay. Adds two new canister sprites for the new gases and CH4 screen alerts."
diff --git a/html/changelogs/AutoChangeLog-pr-13455.yml b/html/changelogs/AutoChangeLog-pr-13455.yml
deleted file mode 100644
index 6c0c875556..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13455.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - rscadd: "New policy config for pyroclastic slimes."
diff --git a/html/changelogs/AutoChangeLog-pr-13457.yml b/html/changelogs/AutoChangeLog-pr-13457.yml
deleted file mode 100644
index 3961ecc1d5..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13457.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SandPoot"
-delete-after: True
-changes:
- - bugfix: "Fixes headslugs being unable to recover their human form."
diff --git a/html/changelogs/AutoChangeLog-pr-13458.yml b/html/changelogs/AutoChangeLog-pr-13458.yml
deleted file mode 100644
index a4b25316b8..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13458.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "lolman360"
-delete-after: True
-changes:
- - bugfix: "smonk machine runtimes"
- - bugfix: "automatic hydro tray has a unique sprite now (fancy robot arm)"
diff --git a/html/changelogs/AutoChangeLog-pr-13463.yml b/html/changelogs/AutoChangeLog-pr-13463.yml
deleted file mode 100644
index 416ffaf07d..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13463.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "timothyteakettle"
-delete-after: True
-changes:
- - rscadd: "added luminescent and stargazer sprites as selectable body sprites for slimes"
diff --git a/html/changelogs/AutoChangeLog-pr-13466.yml b/html/changelogs/AutoChangeLog-pr-13466.yml
deleted file mode 100644
index 67d9837863..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13466.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - tweak: "SDGF clones now naked."
- - balance: "SDGF is now way more likely to make a clone that will align with the creator's goals, with purity, making it a better antagging tool."
- - bugfix: "SDGF clones now have the same traits as the original."
- - bugfix: "transfer_ckey now resets view, preventing things like SDGF clones with much larger view range."
- - config: "Policy configs have been added for SDGF, currently unused: SDGF, SDGF_ALIGNED, SDGF_UNALIGNED."
diff --git a/html/changelogs/AutoChangeLog-pr-13467.yml b/html/changelogs/AutoChangeLog-pr-13467.yml
deleted file mode 100644
index b32301314c..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13467.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "Fixes vore pref saving."
diff --git a/html/changelogs/AutoChangeLog-pr-13470.yml b/html/changelogs/AutoChangeLog-pr-13470.yml
deleted file mode 100644
index a620a996b6..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13470.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "EmeraldSundisk"
-delete-after: True
-changes:
- - rscadd: "Adds the \"Skelter\" space ruin"
- - code_imp: "Creates a few new area designations for the Skelter"
diff --git a/html/changelogs/AutoChangeLog-pr-13471.yml b/html/changelogs/AutoChangeLog-pr-13471.yml
deleted file mode 100644
index 7f365aeb27..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13471.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "zeroisthebiggay"
-delete-after: True
-changes:
- - rscadd: "ratvar gf is complete"
diff --git a/html/changelogs/AutoChangeLog-pr-13475.yml b/html/changelogs/AutoChangeLog-pr-13475.yml
deleted file mode 100644
index 45c6b4be8f..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13475.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Detective-Google"
-delete-after: True
-changes:
- - rscadd: "a smattering of clothes from the RP server"
- - rscadd: "detective wardrobe"
diff --git a/html/changelogs/AutoChangeLog-pr-13477.yml b/html/changelogs/AutoChangeLog-pr-13477.yml
deleted file mode 100644
index 399290e987..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13477.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "LetterN"
-delete-after: True
-changes:
- - rscadd: "craftable railings"
diff --git a/html/changelogs/AutoChangeLog-pr-13486.yml b/html/changelogs/AutoChangeLog-pr-13486.yml
deleted file mode 100644
index 9efbdf764e..0000000000
--- a/html/changelogs/AutoChangeLog-pr-13486.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "CoreFlare"
-delete-after: True
-changes:
- - rscadd: "Altcloaks! Available in loadout."