diff --git a/html/changelog.html b/html/changelog.html
index 39c2064fe49..043e7b5e801 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,74 @@
-->
+
10 September 2020
+
ATHATH updated:
+
+ - The default EMP feedback message for arm implants has been improved.
+
+
Qustinnus updated:
+
+ - Allows you to use the ability of vatbeasts when riding them
+
+
Ryll/Shaps updated:
+
+ - The blob random event can no longer occur after the shuttle has reached the point of no return
+
+
SkyratBot updated:
+
+ - The crashed ship ruin now has proper meat.
+ - More cardboard box-adjacent things break down into cardboard, and are all made of cardboard.
+ - Ligthing aoe projectile now have a no_stun version for the boss rank
+ - Crystal mobs have TRAIT_TESLA_SHOCKIMMUNE to prevent boss from hurting himself and the other crystal mobs
+ - Revamped mode, announced main portals with location, close them to be able to stabilize the SM
+ - Balanced mobs spawn from portal and how much damage they deal
+ - Fixed grammar stuff on crystal consume announcement
+ - Lowered time needed to use the crystal stabilizer to 7 second total
+ - Refractored code so that the more_portals() proc gets called by the event instead of a CALLBACK
+ - Added check at start of event for presence of the supermatter crystal
+ - The light tiles on disco inferno no longer look ugly when they burn down every shift.
+ - Pacifists do not care about harm if it is for Scotland,
+ - Corrected the directions of arcades on delta, icebox, and pubby
+ - Fix ruins overlapping the station and away missions increasing world size.
+ - adds trait injector mapping helper
+ - Process procs now properly utilize deltatime when implementing rates, timers and probabilities, which paves way for easier subsystem tickrate adjustments.
+ - Things without a client or not alive, bots included, will be ejected out of the station pods (like the ones leading to the AI sat) on arrival, to prevent them being hidden in a very hard to detect location.
+ - Showers no longer have the vapor reaction, as before the changes.
+ - Showers no longer produce ludicrously over-scaled chemical reactions.
+ - Gas chems now produce 1/4th less gas when released into the air as before.
+ - fixed mech icons and lights
+ - Made strafe behavior better
+ - fixed mechs exploding
+ - fixed mech weapon cooldowns being inconsistent
+ - cleaned up mech code some more
+ - You can now tap/rotate trading cards!
+ - Readds the tesla with some changes, it's more about killing machines and people then the hull now. Oh and it makes pretty blue light now. Power delam your local supermatter crystal today
+ - You feel the universe shift, tesla code has changed.
+ - Most zaps no longer generate power, excepting the sm zaps.
+ - The arena shuttle no longer teleports people into space.
+ - Performing a head transplant will now properly preserve the appearance.
+ - nightmares can now dodge beam projectiles on dark tiles
+ - lasers', emitters', and disablers' projectiles, now emit light only on their own tile, instead of a 3x3 square
+ - Announcements now correctly read Mother Russia Bleeds
+ - Delta added many fire alarms
+ - FIXES WEEWOO MAKING SERVER EXPLODE
+ - Random arcade cabinets keep rotation on mapload
+
+
Wallem updated:
+
+ - Adds Sign Language as a new neutral quirk titled "Tongue Tied." Comes with all the benefits and challenges of using your hands to speak to people.
+
+
floyd updated:
+
+ - moved cakes to newfood code
+ - i fucked up some food lists because i misunderstood them, thats now fixed.
+ - edible component now properly handles transfering reagents on processing, microwaving and crafting
+
+
itseasytosee updated:
+
+ - light eaters make a slashing sound effect rather than a bludgeoning one
+
+
08 September 2020
Ryll/Shaps updated:
@@ -1910,34 +1978,6 @@
- Cargo can purchase monkey sentience helmets under the science tab!
-
- 09 July 2020
- EdgeLordExe updated:
-
- - You can no longer infinitely spawn heretics summons
-
- Jared-Fogle updated:
-
- - Added surgery related unit tests and adds TEST_ASSERT, TEST_ASSERT_EQUAL, and allocate to unit tests.
-
- Melbert updated:
-
- - Fixes an infinite loop / infinite camera shake in the Bubblegum hallucination
-
- Timberpoes updated:
-
- - Ghost orbit menu can now orbit things with weird metadata in their names like medibots and MULEBOTs.
- - Ghost orbit menu search bar looks prettier.
- - Ghost orbit menu no longer auto-closes when you select something to orbit. Indirectly buffs voyeurs.
-
- nightred updated:
-
- - fixed destructive analyzer item visual not being removed when destroying items
-
- zxaber updated:
-
- - Borg machine conveyance has been repaired, to the delight of any "alternative"-functioning AIs that wish to onboard new silicon employees.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index e56e807ca2a..26717ae258a 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -42495,3 +42495,71 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
node is researched.
- tweak: Harmonic Nanite Programming research node now requires 3000 General and
3000 Nanite research, an increase of 1000 each.
+2020-09-10:
+ ATHATH:
+ - spellcheck: The default EMP feedback message for arm implants has been improved.
+ Qustinnus:
+ - rscadd: Allows you to use the ability of vatbeasts when riding them
+ Ryll/Shaps:
+ - tweak: The blob random event can no longer occur after the shuttle has reached
+ the point of no return
+ SkyratBot:
+ - bugfix: The crashed ship ruin now has proper meat.
+ - tweak: More cardboard box-adjacent things break down into cardboard, and are all
+ made of cardboard.
+ - rscadd: Ligthing aoe projectile now have a no_stun version for the boss rank
+ - rscadd: Crystal mobs have TRAIT_TESLA_SHOCKIMMUNE to prevent boss from hurting
+ himself and the other crystal mobs
+ - rscadd: Revamped mode, announced main portals with location, close them to be
+ able to stabilize the SM
+ - balance: Balanced mobs spawn from portal and how much damage they deal
+ - bugfix: Fixed grammar stuff on crystal consume announcement
+ - tweak: Lowered time needed to use the crystal stabilizer to 7 second total
+ - refactor: Refractored code so that the more_portals() proc gets called by the
+ event instead of a CALLBACK
+ - code_imp: Added check at start of event for presence of the supermatter crystal
+ - bugfix: The light tiles on disco inferno no longer look ugly when they burn down
+ every shift.
+ - bugfix: Pacifists do not care about harm if it is for Scotland,
+ - bugfix: Corrected the directions of arcades on delta, icebox, and pubby
+ - bugfix: Fix ruins overlapping the station and away missions increasing world size.
+ - rscadd: adds trait injector mapping helper
+ - code_imp: Process procs now properly utilize deltatime when implementing rates,
+ timers and probabilities, which paves way for easier subsystem tickrate adjustments.
+ - tweak: Things without a client or not alive, bots included, will be ejected out
+ of the station pods (like the ones leading to the AI sat) on arrival, to prevent
+ them being hidden in a very hard to detect location.
+ - bugfix: Showers no longer have the vapor reaction, as before the changes.
+ - bugfix: Showers no longer produce ludicrously over-scaled chemical reactions.
+ - balance: Gas chems now produce 1/4th less gas when released into the air as before.
+ - bugfix: fixed mech icons and lights
+ - bugfix: Made strafe behavior better
+ - bugfix: fixed mechs exploding
+ - bugfix: fixed mech weapon cooldowns being inconsistent
+ - code_imp: cleaned up mech code some more
+ - rscadd: You can now tap/rotate trading cards!
+ - rscadd: Readds the tesla with some changes, it's more about killing machines and
+ people then the hull now. Oh and it makes pretty blue light now. Power delam
+ your local supermatter crystal today
+ - rscadd: You feel the universe shift, tesla code has changed.
+ - bugfix: Most zaps no longer generate power, excepting the sm zaps.
+ - bugfix: The arena shuttle no longer teleports people into space.
+ - bugfix: Performing a head transplant will now properly preserve the appearance.
+ - balance: nightmares can now dodge beam projectiles on dark tiles
+ - tweak: lasers', emitters', and disablers' projectiles, now emit light only on
+ their own tile, instead of a 3x3 square
+ - bugfix: Announcements now correctly read Mother Russia Bleeds
+ - bugfix: Delta added many fire alarms
+ - bugfix: FIXES WEEWOO MAKING SERVER EXPLODE
+ - bugfix: Random arcade cabinets keep rotation on mapload
+ Wallem:
+ - rscadd: Adds Sign Language as a new neutral quirk titled "Tongue Tied." Comes
+ with all the benefits and challenges of using your hands to speak to people.
+ floyd:
+ - code_imp: moved cakes to newfood code
+ - balance: i fucked up some food lists because i misunderstood them, thats now fixed.
+ - code_imp: edible component now properly handles transfering reagents on processing,
+ microwaving and crafting
+ itseasytosee:
+ - soundadd: light eaters make a slashing sound effect rather than a bludgeoning
+ one
diff --git a/html/changelogs/AutoChangeLog-pr-688.yml b/html/changelogs/AutoChangeLog-pr-688.yml
deleted file mode 100644
index 2e25a76ba5a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-688.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "floyd"
-delete-after: True
-changes:
- - code_imp: "moved cakes to newfood code"
- - balance: "i fucked up some food lists because i misunderstood them, thats now fixed."
- - code_imp: "edible component now properly handles transfering reagents on processing, microwaving and crafting"
diff --git a/html/changelogs/AutoChangeLog-pr-689.yml b/html/changelogs/AutoChangeLog-pr-689.yml
deleted file mode 100644
index b1a94db306c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-689.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - balance: "nightmares can now dodge beam projectiles on dark tiles"
- - tweak: "lasers', emitters', and disablers' projectiles, now emit light only on their own tile, instead of a 3x3 square"
diff --git a/html/changelogs/AutoChangeLog-pr-690.yml b/html/changelogs/AutoChangeLog-pr-690.yml
deleted file mode 100644
index c7d872d7757..00000000000
--- a/html/changelogs/AutoChangeLog-pr-690.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "Ligthing aoe projectile now have a no_stun version for the boss rank"
- - rscadd: "Crystal mobs have TRAIT_TESLA_SHOCKIMMUNE to prevent boss from hurting himself and the other crystal mobs"
- - rscadd: "Revamped mode, announced main portals with location, close them to be able to stabilize the SM"
- - balance: "Balanced mobs spawn from portal and how much damage they deal"
- - bugfix: "Fixed grammar stuff on crystal consume announcement"
- - tweak: "Lowered time needed to use the crystal stabilizer to 7 second total"
- - refactor: "Refractored code so that the more_portals() proc gets called by the event instead of a CALLBACK"
- - code_imp: "Added check at start of event for presence of the supermatter crystal"
diff --git a/html/changelogs/AutoChangeLog-pr-691.yml b/html/changelogs/AutoChangeLog-pr-691.yml
deleted file mode 100644
index 2bcaf0a8c37..00000000000
--- a/html/changelogs/AutoChangeLog-pr-691.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "The arena shuttle no longer teleports people into space."
diff --git a/html/changelogs/AutoChangeLog-pr-693.yml b/html/changelogs/AutoChangeLog-pr-693.yml
deleted file mode 100644
index 57d3c86f7af..00000000000
--- a/html/changelogs/AutoChangeLog-pr-693.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "fixed mech icons and lights"
- - bugfix: "Made strafe behavior better"
- - bugfix: "fixed mechs exploding"
- - bugfix: "fixed mech weapon cooldowns being inconsistent"
- - code_imp: "cleaned up mech code some more"
diff --git a/html/changelogs/AutoChangeLog-pr-694.yml b/html/changelogs/AutoChangeLog-pr-694.yml
deleted file mode 100644
index 657275cb4e7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-694.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Announcements now correctly read Mother Russia Bleeds"
diff --git a/html/changelogs/AutoChangeLog-pr-695.yml b/html/changelogs/AutoChangeLog-pr-695.yml
deleted file mode 100644
index 14f155312ac..00000000000
--- a/html/changelogs/AutoChangeLog-pr-695.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "The crashed ship ruin now has proper meat."
diff --git a/html/changelogs/AutoChangeLog-pr-698.yml b/html/changelogs/AutoChangeLog-pr-698.yml
deleted file mode 100644
index b9c8fe4b63a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-698.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Performing a head transplant will now properly preserve the appearance."
diff --git a/html/changelogs/AutoChangeLog-pr-699.yml b/html/changelogs/AutoChangeLog-pr-699.yml
deleted file mode 100644
index 73290e1b478..00000000000
--- a/html/changelogs/AutoChangeLog-pr-699.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Random arcade cabinets keep rotation on mapload"
diff --git a/html/changelogs/AutoChangeLog-pr-700.yml b/html/changelogs/AutoChangeLog-pr-700.yml
deleted file mode 100644
index d474409e7b7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-700.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Delta added many fire alarms"
diff --git a/html/changelogs/AutoChangeLog-pr-703.yml b/html/changelogs/AutoChangeLog-pr-703.yml
deleted file mode 100644
index 95bfcf23c23..00000000000
--- a/html/changelogs/AutoChangeLog-pr-703.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Pacifists do not care about harm if it is for Scotland,"
diff --git a/html/changelogs/AutoChangeLog-pr-705.yml b/html/changelogs/AutoChangeLog-pr-705.yml
deleted file mode 100644
index 4d72c01af60..00000000000
--- a/html/changelogs/AutoChangeLog-pr-705.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "The light tiles on disco inferno no longer look ugly when they burn down every shift."
diff --git a/html/changelogs/AutoChangeLog-pr-706.yml b/html/changelogs/AutoChangeLog-pr-706.yml
deleted file mode 100644
index 8a59a27b264..00000000000
--- a/html/changelogs/AutoChangeLog-pr-706.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Showers no longer have the vapor reaction, as before the changes."
- - bugfix: "Showers no longer produce ludicrously over-scaled chemical reactions."
- - balance: "Gas chems now produce 1/4th less gas when released into the air as before."
diff --git a/html/changelogs/AutoChangeLog-pr-707.yml b/html/changelogs/AutoChangeLog-pr-707.yml
deleted file mode 100644
index 7668ae95278..00000000000
--- a/html/changelogs/AutoChangeLog-pr-707.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "You can now tap/rotate trading cards!"
diff --git a/html/changelogs/AutoChangeLog-pr-708.yml b/html/changelogs/AutoChangeLog-pr-708.yml
deleted file mode 100644
index bf7a044d1fc..00000000000
--- a/html/changelogs/AutoChangeLog-pr-708.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "adds trait injector mapping helper"
diff --git a/html/changelogs/AutoChangeLog-pr-709.yml b/html/changelogs/AutoChangeLog-pr-709.yml
deleted file mode 100644
index 220a3709456..00000000000
--- a/html/changelogs/AutoChangeLog-pr-709.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - code_imp: "Process procs now properly utilize deltatime when implementing rates, timers and probabilities, which paves way for easier subsystem tickrate adjustments."
diff --git a/html/changelogs/AutoChangeLog-pr-710.yml b/html/changelogs/AutoChangeLog-pr-710.yml
deleted file mode 100644
index 84cab485aca..00000000000
--- a/html/changelogs/AutoChangeLog-pr-710.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "FIXES WEEWOO MAKING SERVER EXPLODE"
diff --git a/html/changelogs/AutoChangeLog-pr-711.yml b/html/changelogs/AutoChangeLog-pr-711.yml
deleted file mode 100644
index b22f76e2899..00000000000
--- a/html/changelogs/AutoChangeLog-pr-711.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Wallem"
-delete-after: True
-changes:
- - rscadd: "Adds Sign Language as a new neutral quirk titled \"Tongue Tied.\" Comes with all the benefits and challenges of using your hands to speak to people."
diff --git a/html/changelogs/AutoChangeLog-pr-714.yml b/html/changelogs/AutoChangeLog-pr-714.yml
deleted file mode 100644
index 8a5195ff805..00000000000
--- a/html/changelogs/AutoChangeLog-pr-714.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Qustinnus"
-delete-after: True
-changes:
- - rscadd: "Allows you to use the ability of vatbeasts when riding them"
diff --git a/html/changelogs/AutoChangeLog-pr-715.yml b/html/changelogs/AutoChangeLog-pr-715.yml
deleted file mode 100644
index e10a397aaf9..00000000000
--- a/html/changelogs/AutoChangeLog-pr-715.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "itseasytosee"
-delete-after: True
-changes:
- - soundadd: "light eaters make a slashing sound effect rather than a bludgeoning one"
diff --git a/html/changelogs/AutoChangeLog-pr-716.yml b/html/changelogs/AutoChangeLog-pr-716.yml
deleted file mode 100644
index f1bbea4455c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-716.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Fix ruins overlapping the station and away missions increasing world size."
diff --git a/html/changelogs/AutoChangeLog-pr-717.yml b/html/changelogs/AutoChangeLog-pr-717.yml
deleted file mode 100644
index b2ba91629d6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-717.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "More cardboard box-adjacent things break down into cardboard, and are all made of cardboard."
diff --git a/html/changelogs/AutoChangeLog-pr-719.yml b/html/changelogs/AutoChangeLog-pr-719.yml
deleted file mode 100644
index e2ed76793a7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-719.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "Readds the tesla with some changes, it's more about killing machines and people then the hull now. Oh and it makes pretty blue light now. Power delam your local supermatter crystal today"
- - rscadd: "You feel the universe shift, tesla code has changed."
- - bugfix: "Most zaps no longer generate power, excepting the sm zaps."
diff --git a/html/changelogs/AutoChangeLog-pr-720.yml b/html/changelogs/AutoChangeLog-pr-720.yml
deleted file mode 100644
index 2d832036952..00000000000
--- a/html/changelogs/AutoChangeLog-pr-720.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "Things without a client or not alive, bots included, will be ejected out of the station pods (like the ones leading to the AI sat) on arrival, to prevent them being hidden in a very hard to detect location."
diff --git a/html/changelogs/AutoChangeLog-pr-721.yml b/html/changelogs/AutoChangeLog-pr-721.yml
deleted file mode 100644
index 69d16d4a41e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-721.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ATHATH"
-delete-after: True
-changes:
- - spellcheck: "The default EMP feedback message for arm implants has been improved."
diff --git a/html/changelogs/AutoChangeLog-pr-722.yml b/html/changelogs/AutoChangeLog-pr-722.yml
deleted file mode 100644
index 1f876384d7e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-722.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ryll/Shaps"
-delete-after: True
-changes:
- - tweak: "The blob random event can no longer occur after the shuttle has reached the point of no return"
diff --git a/html/changelogs/AutoChangeLog-pr-723.yml b/html/changelogs/AutoChangeLog-pr-723.yml
deleted file mode 100644
index 31dfe97a822..00000000000
--- a/html/changelogs/AutoChangeLog-pr-723.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Corrected the directions of arcades on delta, icebox, and pubby"