diff --git a/html/changelog.html b/html/changelog.html
index 6edcea8e1a890..7f04a9e172ce1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,75 @@
-->
+
28 March 2021
+
ArcaneDefence updated:
+
+ - Spoons are consistently rendered in the correct hand on the player's sprite, rather than floating away from the wielder's hand, or even showing up behind them. You can also see held plastic spoons now.
+
+
Fikou updated:
+
+ - fixes jungle grass having wrong broken states
+
+
Ghilker updated:
+
+ - delta station distro and waste no longer mix
+ - atmos components and pipes now show the piping layer on examine
+ - Increased internal heat_capacity of the thermomachine to increase the speed of cooling/heating
+ - Added a check to stop the machine from cooling when set to heater and vice versa
+ - power consumption lowered and efficiency capped
+ - can use enviromental heat even with red port connected and with gas
+ - remove xeno and mid-round antags spawn from atmos tanks from tramstation
+
+
Ghommie updated:
+
+ - The apocalypse rune should no longer invisiblize human mobs from the eyes of non-cultist players.
+ - Cyborg charge alerts now use the same icon states as ethereal charge alerts. I also conformally resprited the no cell alert icon state.
+
+
Guillaume Prata updated:
+
+ - Moth eyes now have a unique sprite that reflects on your mob. Take care and cherish them, unless you want to look silly.
+ - Moth cultists can have their red eyes now.
+
+
LemonInTheDark updated:
+
+ - Things that rot will now directly attempt to infect you when you interact with them, remember to wear a mask/gloves. (A freezer will be helpful for long term storage)
+ - Things that rot no longer produce miasma
+
+
Mothblocks updated:
+
+ - tgui tooltips have been moved to a library that should fix them going off the edges of the screen.
+
+
SgtHunk updated:
+
+ - Metastation: The nanite lab's request console is now named properly.
+
+
SuperNovaa41 updated:
+
+ - Even more outdated round tips have been updated. Did you know you can stick a fork into an APC?
+
+
Thalpy updated:
+
+ - Adds eigenstasium, a new reagent that uses the new mechanics in depth!
+ - Fixed a few things to do with reactions on the backend
+ - refactors status effects to have a var for processing speed
+
+
Timberpoes updated:
+
+ - Tourist bots are now significantly less chatty when waiting for a seat and slightly less chatty when waiting to be served their order.
+ - AI controller now passes sane delta_time values to AI behaviours.
+ - Tourists now get bored and leave after the intended 10 minutes of waiting instead of the unintended 100 minutes.
+
+
bloons3 updated:
+
+ - Create Antag now allows for a maximum amount of antags to be selected for some options.
+ - The already indestructible Syndicate Shuttle Terminal now cannot be deconstructed with tools
+
+
dragomagol updated:
+
+ - sentience fun balloons can no longer assign ghosts to dead mobs
+ - sentience fun balloons only work on mobs without a ckey
+
+
27 March 2021
Arkatos updated:
@@ -3314,29 +3383,6 @@ esainane updated:
- If you manage to start fusion in the HFR without starting the cooling process, you can now start cooling and interact with the process as usual, rather than being softlocked. You still aren't able to disable cooling once fusion has started.
-
- 24 January 2021
- ArcaneMusic updated:
-
- - Pre-mapped cups of lean will hold the correct amount now for sure.
-
- LemonInTheDark updated:
-
- - Fixes an edgecase where groups of gas could settle while on fire
-
- Tralezab, Nabski and Coaix helping in name string additions updated:
-
- - Added the Wizard Academy anonymous theme
- - Wizard event requested by actionninja to enable the wizard anonymous theme as a summon events... event.
- - Themes are no longer switch cases and strings, they are now datum singletons. I really should have done this before
- - Anon names can be ran post roundstart with options to announce or not
- - Anon names won't fuck with your preferences anymore, only loading from it instead of saving to it.
-
- coiax updated:
-
- - AI status displays are now controlled either by emotes (like `*happy`), or by clicking on the status display as an AI.
- - The Skittish quirk will now cause you to automatically dive into a locker/crate if you bump into it (although closets must be closed). Walk to avoid this behaviour.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b7b174e925d32..5cd7d0bb7b7be 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -49051,3 +49051,60 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
untill minichem gets added (never)
cacogen:
- qol: Paper bins show the paper inside them
+2021-03-28:
+ ArcaneDefence:
+ - bugfix: Spoons are consistently rendered in the correct hand on the player's sprite,
+ rather than floating away from the wielder's hand, or even showing up behind
+ them. You can also see held plastic spoons now.
+ Fikou:
+ - bugfix: fixes jungle grass having wrong broken states
+ Ghilker:
+ - bugfix: delta station distro and waste no longer mix
+ - qol: atmos components and pipes now show the piping layer on examine
+ - balance: Increased internal heat_capacity of the thermomachine to increase the
+ speed of cooling/heating
+ - balance: Added a check to stop the machine from cooling when set to heater and
+ vice versa
+ - balance: power consumption lowered and efficiency capped
+ - balance: can use enviromental heat even with red port connected and with gas
+ - bugfix: remove xeno and mid-round antags spawn from atmos tanks from tramstation
+ Ghommie:
+ - bugfix: The apocalypse rune should no longer invisiblize human mobs from the eyes
+ of non-cultist players.
+ - imageadd: Cyborg charge alerts now use the same icon states as ethereal charge
+ alerts. I also conformally resprited the no cell alert icon state.
+ Guillaume Prata:
+ - imageadd: Moth eyes now have a unique sprite that reflects on your mob. Take care
+ and cherish them, unless you want to look silly.
+ - bugfix: Moth cultists can have their red eyes now.
+ LemonInTheDark:
+ - rscadd: Things that rot will now directly attempt to infect you when you interact
+ with them, remember to wear a mask/gloves. (A freezer will be helpful for long
+ term storage)
+ - rscdel: Things that rot no longer produce miasma
+ Mothblocks:
+ - refactor: tgui tooltips have been moved to a library that should fix them going
+ off the edges of the screen.
+ SgtHunk:
+ - bugfix: 'Metastation: The nanite lab''s request console is now named properly.'
+ SuperNovaa41:
+ - qol: Even more outdated round tips have been updated. Did you know you can stick
+ a fork into an APC?
+ Thalpy:
+ - rscadd: Adds eigenstasium, a new reagent that uses the new mechanics in depth!
+ - bugfix: Fixed a few things to do with reactions on the backend
+ - refactor: refactors status effects to have a var for processing speed
+ Timberpoes:
+ - qol: Tourist bots are now significantly less chatty when waiting for a seat and
+ slightly less chatty when waiting to be served their order.
+ - bugfix: AI controller now passes sane delta_time values to AI behaviours.
+ - bugfix: Tourists now get bored and leave after the intended 10 minutes of waiting
+ instead of the unintended 100 minutes.
+ bloons3:
+ - admin: Create Antag now allows for a maximum amount of antags to be selected for
+ some options.
+ - bugfix: The already indestructible Syndicate Shuttle Terminal now cannot be deconstructed
+ with tools
+ dragomagol:
+ - qol: sentience fun balloons can no longer assign ghosts to dead mobs
+ - qol: sentience fun balloons only work on mobs without a ckey
diff --git a/html/changelogs/AutoChangeLog-pr-56918.yml b/html/changelogs/AutoChangeLog-pr-56918.yml
deleted file mode 100644
index 9dc79a13d9ab4..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-56918.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Thalpy"
-delete-after: True
-changes:
- - rscadd: "Adds eigenstasium, a new reagent that uses the new mechanics in depth!"
- - bugfix: "Fixed a few things to do with reactions on the backend"
- - refactor: "refactors status effects to have a var for processing speed"
diff --git a/html/changelogs/AutoChangeLog-pr-57843.yml b/html/changelogs/AutoChangeLog-pr-57843.yml
deleted file mode 100644
index b669d59dd49c8..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57843.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghilker"
-delete-after: True
-changes:
- - bugfix: "remove xeno and mid-round antags spawn from atmos tanks from tramstation"
diff --git a/html/changelogs/AutoChangeLog-pr-57893.yml b/html/changelogs/AutoChangeLog-pr-57893.yml
deleted file mode 100644
index 89e12c7ce2361..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57893.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Guillaume Prata"
-delete-after: True
-changes:
- - imageadd: "Moth eyes now have a unique sprite that reflects on your mob. Take care and cherish them, unless you want to look silly."
- - bugfix: "Moth cultists can have their red eyes now."
diff --git a/html/changelogs/AutoChangeLog-pr-57913.yml b/html/changelogs/AutoChangeLog-pr-57913.yml
deleted file mode 100644
index 6b1d03f9fafe3..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57913.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "bloons3"
-delete-after: True
-changes:
- - admin: "Create Antag now allows for a maximum amount of antags to be selected for some options."
diff --git a/html/changelogs/AutoChangeLog-pr-57917.yml b/html/changelogs/AutoChangeLog-pr-57917.yml
deleted file mode 100644
index a93bb0acfd855..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57917.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghilker"
-delete-after: True
-changes:
- - bugfix: "delta station distro and waste no longer mix"
diff --git a/html/changelogs/AutoChangeLog-pr-57921.yml b/html/changelogs/AutoChangeLog-pr-57921.yml
deleted file mode 100644
index 7daa6ce0833e8..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57921.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Ghilker"
-delete-after: True
-changes:
- - balance: "Increased internal heat_capacity of the thermomachine to increase the speed of cooling/heating"
- - balance: "Added a check to stop the machine from cooling when set to heater and vice versa"
- - balance: "power consumption lowered and efficiency capped"
- - balance: "can use enviromental heat even with red port connected and with gas"
diff --git a/html/changelogs/AutoChangeLog-pr-57928.yml b/html/changelogs/AutoChangeLog-pr-57928.yml
deleted file mode 100644
index 8834c1631936b..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57928.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "dragomagol"
-delete-after: True
-changes:
- - qol: "sentience fun balloons can no longer assign ghosts to dead mobs"
- - qol: "sentience fun balloons only work on mobs without a ckey"
diff --git a/html/changelogs/AutoChangeLog-pr-57937.yml b/html/changelogs/AutoChangeLog-pr-57937.yml
deleted file mode 100644
index bb32d1d53decb..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57937.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghilker"
-delete-after: True
-changes:
- - qol: "atmos components and pipes now show the piping layer on examine"
diff --git a/html/changelogs/AutoChangeLog-pr-57938.yml b/html/changelogs/AutoChangeLog-pr-57938.yml
deleted file mode 100644
index faa2fe3d2393d..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57938.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ArcaneDefence"
-delete-after: True
-changes:
- - bugfix: "Spoons are consistently rendered in the correct hand on the player's sprite, rather than floating away from the wielder's hand, or even showing up behind them. You can also see held plastic spoons now."
diff --git a/html/changelogs/AutoChangeLog-pr-57945.yml b/html/changelogs/AutoChangeLog-pr-57945.yml
deleted file mode 100644
index ab2a0021de524..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57945.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - qol: "Tourist bots are now significantly less chatty when waiting for a seat and slightly less chatty when waiting to be served their order."
- - bugfix: "AI controller now passes sane delta_time values to AI behaviours."
- - bugfix: "Tourists now get bored and leave after the intended 10 minutes of waiting instead of the unintended 100 minutes."
diff --git a/html/changelogs/AutoChangeLog-pr-57951.yml b/html/changelogs/AutoChangeLog-pr-57951.yml
deleted file mode 100644
index 8fd2417b97eec..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57951.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SuperNovaa41"
-delete-after: True
-changes:
- - qol: "Even more outdated round tips have been updated. Did you know you can stick a fork into an APC?"
diff --git a/html/changelogs/AutoChangeLog-pr-57952.yml b/html/changelogs/AutoChangeLog-pr-57952.yml
deleted file mode 100644
index b04f438831a86..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57952.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SgtHunk"
-delete-after: True
-changes:
- - bugfix: "Metastation: The nanite lab's request console is now named properly."
diff --git a/html/changelogs/AutoChangeLog-pr-57957.yml b/html/changelogs/AutoChangeLog-pr-57957.yml
deleted file mode 100644
index 5f3300749af83..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57957.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "LemonInTheDark"
-delete-after: True
-changes:
- - rscadd: "Things that rot will now directly attempt to infect you when you interact with them, remember to wear a mask/gloves. (A freezer will be helpful for long term storage)"
- - rscdel: "Things that rot no longer produce miasma"
diff --git a/html/changelogs/AutoChangeLog-pr-57962.yml b/html/changelogs/AutoChangeLog-pr-57962.yml
deleted file mode 100644
index acdf87ce86c93..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57962.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "bloons3"
-delete-after: True
-changes:
- - bugfix: "The already indestructible Syndicate Shuttle Terminal now cannot be deconstructed with tools"
diff --git a/html/changelogs/AutoChangeLog-pr-57965.yml b/html/changelogs/AutoChangeLog-pr-57965.yml
deleted file mode 100644
index 01cc73a591e21..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57965.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghommie"
-delete-after: True
-changes:
- - bugfix: "The apocalypse rune should no longer invisiblize human mobs from the eyes of non-cultist players."
diff --git a/html/changelogs/AutoChangeLog-pr-57966.yml b/html/changelogs/AutoChangeLog-pr-57966.yml
deleted file mode 100644
index cb3846efd85a8..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57966.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ghommie"
-delete-after: True
-changes:
- - imageadd: "Cyborg charge alerts now use the same icon states as ethereal charge alerts. I also conformally resprited the no cell alert icon state."
diff --git a/html/changelogs/AutoChangeLog-pr-57967.yml b/html/changelogs/AutoChangeLog-pr-57967.yml
deleted file mode 100644
index 8a67aff851f4d..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57967.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fikou"
-delete-after: True
-changes:
- - bugfix: "fixes jungle grass having wrong broken states"
diff --git a/html/changelogs/AutoChangeLog-pr-57992.yml b/html/changelogs/AutoChangeLog-pr-57992.yml
deleted file mode 100644
index 95cb9f6375652..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-57992.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Mothblocks"
-delete-after: True
-changes:
- - refactor: "tgui tooltips have been moved to a library that should fix them going off the edges of the screen."