diff --git a/html/changelog.html b/html/changelog.html
index cb05347e278..ec746d993f9 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -52,6 +52,36 @@
-->
+
12 November 2020
+
ATHATH updated:
+
+ - The code for the mutant organs of flypeople has been slightly cleaned up. This shouldn't have any effects on actual gameplay.
+
+
Melbert updated:
+
+ - Fixed being unable to put scooped up mobs (ian, bees, etc) in storage containers
+
+
SkyratBot updated:
+
+ - Fixed various bugs involving generic material floortiles. They're actually usable now.
+ - Player monkeys can now wield chairs through clickdrag and be given items to.
+ - Vehicles bumping into doors will now check access on all occupants at the same time. This means that clown cars now correctly open doors immediately.
+ - fixes yellow slime cores being consumed for nothing
+ - Removed a stacked suit storage unit in mining base
+ - Bathhouse ruin now has proper walls
+ - Added "beautiful" and "ugly" (plus synonyms) fantasy prefixes. They all affect the beauty of the item.
+ - Repathed screen objects
+ - Pies use the new food refactor and processing component.
+ - Cell rechargers now actually attempt to fill the power cell with the amount of power necessary to fill the cell, based on the APC's charge, preventing infinite energy.
+ - The rats have removed and added things to maintenance
+ - The head of Armsies and Armsy Primes is no longer invincible.
+ - New spider subtype - Flesh Spider. Unique to changeling.
+ - Changeling's spider ability now creates a bloody egg cluster, which produces a singular player-controlled flesh spider per cluster.
+ - Spiders have been rebalanced.
+ - Cyborgs synced to a Malf AI that activates Doomsday will now have their lamps forced to a red color and enabled to at least light level one. Stealth is no longer an option. Lamp options return to normal upon Doomsday deactivation, no matter the reason, or if the borg somehow loses sync with the AI.
+ - radial menus now ignore the anchor's current alpha, color and transform.
+
+
10 November 2020
Qustinnus updated:
@@ -1480,74 +1510,6 @@
- The Shuttle Catastrophe event can no longer occur to the Build Your Own Shuttle Kit.
-
- 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
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 7e2058b0bde..2656374e994 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -44051,3 +44051,38 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
bobbahbrown:
- bugfix: Valid interview configurations no longer cause errors in the config error
log
+2020-11-12:
+ ATHATH:
+ - bugfix: The code for the mutant organs of flypeople has been slightly cleaned
+ up. This shouldn't have any effects on actual gameplay.
+ Melbert:
+ - bugfix: Fixed being unable to put scooped up mobs (ian, bees, etc) in storage
+ containers
+ SkyratBot:
+ - bugfix: Fixed various bugs involving generic material floortiles. They're actually
+ usable now.
+ - bugfix: Player monkeys can now wield chairs through clickdrag and be given items
+ to.
+ - bugfix: Vehicles bumping into doors will now check access on all occupants at
+ the same time. This means that clown cars now correctly open doors immediately.
+ - bugfix: fixes yellow slime cores being consumed for nothing
+ - bugfix: Removed a stacked suit storage unit in mining base
+ - bugfix: Bathhouse ruin now has proper walls
+ - rscadd: Added "beautiful" and "ugly" (plus synonyms) fantasy prefixes. They all
+ affect the beauty of the item.
+ - code_imp: Repathed screen objects
+ - refactor: Pies use the new food refactor and processing component.
+ - bugfix: Cell rechargers now actually attempt to fill the power cell with the amount
+ of power necessary to fill the cell, based on the APC's charge, preventing infinite
+ energy.
+ - tweak: The rats have removed and added things to maintenance
+ - bugfix: The head of Armsies and Armsy Primes is no longer invincible.
+ - rscadd: New spider subtype - Flesh Spider. Unique to changeling.
+ - balance: Changeling's spider ability now creates a bloody egg cluster, which produces
+ a singular player-controlled flesh spider per cluster.
+ - balance: Spiders have been rebalanced.
+ - balance: Cyborgs synced to a Malf AI that activates Doomsday will now have their
+ lamps forced to a red color and enabled to at least light level one. Stealth
+ is no longer an option. Lamp options return to normal upon Doomsday deactivation,
+ no matter the reason, or if the borg somehow loses sync with the AI.
+ - bugfix: radial menus now ignore the anchor's current alpha, color and transform.
diff --git a/html/changelogs/AutoChangeLog-pr-1646.yml b/html/changelogs/AutoChangeLog-pr-1646.yml
deleted file mode 100644
index 7a13287cc97..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1646.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - code_imp: "Repathed screen objects"
diff --git a/html/changelogs/AutoChangeLog-pr-1659.yml b/html/changelogs/AutoChangeLog-pr-1659.yml
deleted file mode 100644
index 5ece8ebffb6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1659.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - balance: "Cyborgs synced to a Malf AI that activates Doomsday will now have their lamps forced to a red color and enabled to at least light level one. Stealth is no longer an option. Lamp options return to normal upon Doomsday deactivation, no matter the reason, or if the borg somehow loses sync with the AI."
diff --git a/html/changelogs/AutoChangeLog-pr-1660.yml b/html/changelogs/AutoChangeLog-pr-1660.yml
deleted file mode 100644
index 38a2784654d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1660.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Vehicles bumping into doors will now check access on all occupants at the same time. This means that clown cars now correctly open doors immediately."
diff --git a/html/changelogs/AutoChangeLog-pr-1661.yml b/html/changelogs/AutoChangeLog-pr-1661.yml
deleted file mode 100644
index 233852c413d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1661.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ATHATH"
-delete-after: True
-changes:
- - bugfix: "The code for the mutant organs of flypeople has been slightly cleaned up. This shouldn't have any effects on actual gameplay."
diff --git a/html/changelogs/AutoChangeLog-pr-1662.yml b/html/changelogs/AutoChangeLog-pr-1662.yml
deleted file mode 100644
index 90b98983ff1..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1662.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "radial menus now ignore the anchor's current alpha, color and transform."
diff --git a/html/changelogs/AutoChangeLog-pr-1663.yml b/html/changelogs/AutoChangeLog-pr-1663.yml
deleted file mode 100644
index 7b3e0f79513..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1663.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "The head of Armsies and Armsy Primes is no longer invincible."
diff --git a/html/changelogs/AutoChangeLog-pr-1664.yml b/html/changelogs/AutoChangeLog-pr-1664.yml
deleted file mode 100644
index 23a6765f4ec..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1664.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Removed a stacked suit storage unit in mining base"
diff --git a/html/changelogs/AutoChangeLog-pr-1667.yml b/html/changelogs/AutoChangeLog-pr-1667.yml
deleted file mode 100644
index 0a99bfdbb1d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1667.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "New spider subtype - Flesh Spider. Unique to changeling."
- - balance: "Changeling's spider ability now creates a bloody egg cluster, which produces a singular player-controlled flesh spider per cluster."
- - balance: "Spiders have been rebalanced."
diff --git a/html/changelogs/AutoChangeLog-pr-1668.yml b/html/changelogs/AutoChangeLog-pr-1668.yml
deleted file mode 100644
index b07710077e2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1668.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Cell rechargers now actually attempt to fill the power cell with the amount of power necessary to fill the cell, based on the APC's charge, preventing infinite energy."
diff --git a/html/changelogs/AutoChangeLog-pr-1669.yml b/html/changelogs/AutoChangeLog-pr-1669.yml
deleted file mode 100644
index 6a4e441dfc0..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1669.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Melbert"
-delete-after: True
-changes:
- - bugfix: "Fixed being unable to put scooped up mobs (ian, bees, etc) in storage containers"
diff --git a/html/changelogs/AutoChangeLog-pr-1670.yml b/html/changelogs/AutoChangeLog-pr-1670.yml
deleted file mode 100644
index 80e48740e5d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1670.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Fixed various bugs involving generic material floortiles. They're actually usable now."
diff --git a/html/changelogs/AutoChangeLog-pr-1673.yml b/html/changelogs/AutoChangeLog-pr-1673.yml
deleted file mode 100644
index 68a216613b5..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1673.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - rscadd: "Added \"beautiful\" and \"ugly\" (plus synonyms) fantasy prefixes. They all affect the beauty of the item."
diff --git a/html/changelogs/AutoChangeLog-pr-1674.yml b/html/changelogs/AutoChangeLog-pr-1674.yml
deleted file mode 100644
index f22b7a672eb..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1674.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Player monkeys can now wield chairs through clickdrag and be given items to."
diff --git a/html/changelogs/AutoChangeLog-pr-1676.yml b/html/changelogs/AutoChangeLog-pr-1676.yml
deleted file mode 100644
index 5077446b4e2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1676.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - tweak: "The rats have removed and added things to maintenance"
diff --git a/html/changelogs/AutoChangeLog-pr-1677.yml b/html/changelogs/AutoChangeLog-pr-1677.yml
deleted file mode 100644
index 7c4e5e53a8a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1677.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - refactor: "Pies use the new food refactor and processing component."
diff --git a/html/changelogs/AutoChangeLog-pr-1680.yml b/html/changelogs/AutoChangeLog-pr-1680.yml
deleted file mode 100644
index e65e4a580f2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1680.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "fixes yellow slime cores being consumed for nothing"
diff --git a/html/changelogs/AutoChangeLog-pr-1681.yml b/html/changelogs/AutoChangeLog-pr-1681.yml
deleted file mode 100644
index 76ec783a5b3..00000000000
--- a/html/changelogs/AutoChangeLog-pr-1681.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Bathhouse ruin now has proper walls"