diff --git a/html/changelog.html b/html/changelog.html
index 82f0f290bed..23ac4b2bdb0 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,49 @@
-->
+
23 June 2020
+
Kathy Ryals updated:
+
+ - Fixed Box wires and pipes near R&D, as well as the door that got deleted.
+
+
LemonInTheDark updated:
+
+ - Fixed stealth implants not properly boxing the user, and doors not shocking
+ - Renamed COOLDOWN_CHECK to COOLDOWN_FINISHED
+ - Removed some old unused clockcult status effects
+
+
LemonInTheDark, Heather Shadelight updated:
+
+ - Changed some portal sprites, hope ya like em :)
+
+
Paxilmaniac updated:
+
+ - PP-95 smg and it's magazine
+ - replaced mosin with pp-95 in the nuke op uplink
+
+
ShizCalev updated:
+
+ - Fixed logging / admin message coordinate handling for items being held by mobs / in containers / in containers inside other containers giving nullspace / 0,0,0 location references.
+
+
Timberpoes updated:
+
+ - Belts in Delta EVA and the Ashwalker Ruins no longer show up as ERRORs.
+ - Science are now able to print DNA Scanner boards. Boards associated with Genetics are now only printable in Science and have been removed from Medical printers.
+
+
bobbahbrown updated:
+
+ - Removed exploitable world/topic command server_hop
+
+
silicons updated:
+
+ - onZImpact no longer does throw_impact. This was broken anyways. Code must now manually handle multiz falling impacts. This fixes runtimes occuring whenever something fell.
+
+
zxaber updated:
+
+ - Nuke Ops (and Lone Ops) now start with a Syndicate-themed tablet, rather than the pinpointer. The Syndicate tablet comes pre-installed with an app that replaces the function of disk pinpointers.
+ - Lifeline and Fission360, the apps that track suit sensors and nuke disks respectively, now show the tracking status on the screen of the tablet/laptop object itself, without needing to keep the window open.
+
+
22 June 2020
EdgeLordExe updated:
@@ -1804,62 +1847,6 @@
- Changes "thats" to "that's" on some descriptions of pickaxes.
-
- 21 April 2020
- ArcaneMusic updated:
-
- - Botanical Toolbelts can now be made at the biogenerator, and holds most botanical tools.
- - The Floral Somatoray has been given a new, 3rd mode, able to mutate plant species.
- - Using a Somatoray on a tray enables you to lock in a specific mutation if a plant has multiple mutations, at the cost of plant endurance.
- - Plant Analyzers now have a toggle-able mode to scan either the chemical traits or the plant stats, to cut down on chat spam.
- - Plant Trays and dirt patches now start with 10 units of EZ Nutrient.
- - Mutagen has been made slightly less toxic overall.
- - Plant trays now passively decrease their toxicity based on the tray's parts, without randomness.
- - Science goggles, or any other reagent scanning equipment will enable you to see plant reagent traits on examine.
- - Instability now affects plants with lower instability tiers. (100 instability would have the effects of the 20, 40, 60,and 80+ instability tiers).
- - Irrigation now works properly again.
- - Plant trays with full nutrient tanks can be watered again.
-
- Arkatos updated:
-
- - Radial menu options will now always be clearly visible to the user.
-
- Cartographer-D updated:
-
- - Completely New Cargo Layout
- - The Small Security Room by the Vault has been replaced with Maintenance
- - Crate Returns are now easier to find and use
- - Tool Storage is smaller but more interesting!
- - The Mail Room and Offices have been combined
- - Cargo Warehouse is now more prominent and easier to break into
- - MULEs now have their own isolated room.
- - There are now easier ways to mail "packages" to departments
-
- Ghilker updated:
-
- - Added H2 gas
- - Added H2 gas burn (reaction with o2, similar to tritium but without the radiations)
- - Added Electrolyzer (machine to make H2, requires power cell, once turned on and with h2o in the air will start converting it to h2 and o2 with the reaction 2H2O -> 2H2 + O2. Upgrading the parts will increase the amount of converted H2O and the efficency of the cell)
- - Added H2 interaction with SM (similar to trit, less radiation emission, same heat production and a bit of heat protection)
- - H2 reaction with N2 to make ammonia crystals (reaction in open air to make the crystals, temperatures between 0 °C and - 120° C, more N2 than H2)
- - H2 reaction with bz as catalyst at high heat and pressure (over 1e6 for both) to make metal hydrogen
- - metallic hydrogen golem (one of endish atmosian goal)
- - changed fusion to use h2 instead of co2, everything else is still the same
- - plasma burn now produces h2o too (a quarter of the produced co2)
- - H2O vapor now slip under 30 °C so that plasma fires are not hellish
- - added electrolyzer sprites (reuse of some unused ones)
- - added ammonia crystals sprites remove: fusion no longer generate stim and nitryl
-
- Toastgoats updated:
-
- - Nanotrasen's current stock of Buckin' Bronco© applejack liquor has been recalled after studies showed trace amounts of horse meat.
- - Buckin Bronco Brewing Co has recently announced the release of a new and improved recipe! Be sure to try some at your local Nanotrasen bar!
-
- stylemistake updated:
-
- - tgui 3.0
- - tgui: Fixed the personal crafting interface.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 4172e533efe..de376ae5df0 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -40090,3 +40090,37 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Clicking on "save" now previews correctly
- tweak: Form fields now sized correctly
- tweak: Form fields now save the data
+2020-06-23:
+ Kathy Ryals:
+ - bugfix: Fixed Box wires and pipes near R&D, as well as the door that got deleted.
+ LemonInTheDark:
+ - bugfix: Fixed stealth implants not properly boxing the user, and doors not shocking
+ - refactor: Renamed COOLDOWN_CHECK to COOLDOWN_FINISHED
+ - rscdel: Removed some old unused clockcult status effects
+ LemonInTheDark, Heather Shadelight:
+ - imageadd: Changed some portal sprites, hope ya like em :)
+ Paxilmaniac:
+ - rscadd: PP-95 smg and it's magazine
+ - tweak: replaced mosin with pp-95 in the nuke op uplink
+ ShizCalev:
+ - admin: Fixed logging / admin message coordinate handling for items being held
+ by mobs / in containers / in containers inside other containers giving nullspace
+ / 0,0,0 location references.
+ Timberpoes:
+ - bugfix: Belts in Delta EVA and the Ashwalker Ruins no longer show up as ERRORs.
+ - bugfix: Science are now able to print DNA Scanner boards. Boards associated with
+ Genetics are now only printable in Science and have been removed from Medical
+ printers.
+ bobbahbrown:
+ - rscdel: Removed exploitable world/topic command server_hop
+ silicons:
+ - bugfix: onZImpact no longer does throw_impact. This was broken anyways. Code must
+ now manually handle multiz falling impacts. This fixes runtimes occuring whenever
+ something fell.
+ zxaber:
+ - rscadd: Nuke Ops (and Lone Ops) now start with a Syndicate-themed tablet, rather
+ than the pinpointer. The Syndicate tablet comes pre-installed with an app that
+ replaces the function of disk pinpointers.
+ - rscadd: Lifeline and Fission360, the apps that track suit sensors and nuke disks
+ respectively, now show the tracking status on the screen of the tablet/laptop
+ object itself, without needing to keep the window open.
diff --git a/html/changelogs/AutoChangeLog-pr-51314.yml b/html/changelogs/AutoChangeLog-pr-51314.yml
deleted file mode 100644
index 43a8802fa88..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51314.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Paxilmaniac"
-delete-after: True
-changes:
- - rscadd: "PP-95 smg and it's magazine"
- - tweak: "replaced mosin with pp-95 in the nuke op uplink"
diff --git a/html/changelogs/AutoChangeLog-pr-51386.yml b/html/changelogs/AutoChangeLog-pr-51386.yml
deleted file mode 100644
index 346f5803352..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51386.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "zxaber"
-delete-after: True
-changes:
- - rscadd: "Nuke Ops (and Lone Ops) now start with a Syndicate-themed tablet, rather than the pinpointer. The Syndicate tablet comes pre-installed with an app that replaces the function of disk pinpointers."
- - rscadd: "Lifeline and Fission360, the apps that track suit sensors and nuke disks respectively, now show the tracking status on the screen of the tablet/laptop object itself, without needing to keep the window open."
diff --git a/html/changelogs/AutoChangeLog-pr-51670.yml b/html/changelogs/AutoChangeLog-pr-51670.yml
deleted file mode 100644
index 3d21cb8a10a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51670.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - bugfix: "Science are now able to print DNA Scanner boards. Boards associated with Genetics are now only printable in Science and have been removed from Medical printers."
diff --git a/html/changelogs/AutoChangeLog-pr-51737.yml b/html/changelogs/AutoChangeLog-pr-51737.yml
deleted file mode 100644
index dd011f26e6c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51737.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "LemonInTheDark"
-delete-after: True
-changes:
- - rscdel: "Removed some old unused clockcult status effects"
diff --git a/html/changelogs/AutoChangeLog-pr-51742.yml b/html/changelogs/AutoChangeLog-pr-51742.yml
deleted file mode 100644
index 37b907065b2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51742.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - admin: "Fixed logging / admin message coordinate handling for items being held by mobs / in containers / in containers inside other containers giving nullspace / 0,0,0 location references."
diff --git a/html/changelogs/AutoChangeLog-pr-51744.yml b/html/changelogs/AutoChangeLog-pr-51744.yml
deleted file mode 100644
index 1ba18319908..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51744.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "LemonInTheDark, Heather Shadelight"
-delete-after: True
-changes:
- - imageadd: "Changed some portal sprites, hope ya like em :)"
diff --git a/html/changelogs/AutoChangeLog-pr-51758.yml b/html/changelogs/AutoChangeLog-pr-51758.yml
deleted file mode 100644
index 4eff95af6e6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51758.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "silicons"
-delete-after: True
-changes:
- - bugfix: "onZImpact no longer does throw_impact. This was broken anyways. Code must now manually handle multiz falling impacts. This fixes runtimes occuring whenever something fell."
diff --git a/html/changelogs/AutoChangeLog-pr-51763.yml b/html/changelogs/AutoChangeLog-pr-51763.yml
deleted file mode 100644
index 3dee4d42ebd..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51763.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "LemonInTheDark"
-delete-after: True
-changes:
- - bugfix: "Fixed stealth implants not properly boxing the user, and doors not shocking"
- - refactor: "Renamed COOLDOWN_CHECK to COOLDOWN_FINISHED"
diff --git a/html/changelogs/AutoChangeLog-pr-51766.yml b/html/changelogs/AutoChangeLog-pr-51766.yml
deleted file mode 100644
index 0f0f9d1507e..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51766.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Timberpoes"
-delete-after: True
-changes:
- - bugfix: "Belts in Delta EVA and the Ashwalker Ruins no longer show up as ERRORs."
diff --git a/html/changelogs/AutoChangeLog-pr-51772.yml b/html/changelogs/AutoChangeLog-pr-51772.yml
deleted file mode 100644
index c31f944be16..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51772.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kathy Ryals"
-delete-after: True
-changes:
- - bugfix: "Fixed Box wires and pipes near R&D, as well as the door that got deleted."
diff --git a/html/changelogs/AutoChangeLog-pr-51793.yml b/html/changelogs/AutoChangeLog-pr-51793.yml
deleted file mode 100644
index cffd05a4778..00000000000
--- a/html/changelogs/AutoChangeLog-pr-51793.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "bobbahbrown"
-delete-after: True
-changes:
- - rscdel: "Removed exploitable world/topic command server_hop"