diff --git a/html/changelog.html b/html/changelog.html
index 0fb385b816f..d028a90cdc7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -51,6 +51,33 @@
-->
+
24 July 2020
+
Coul updated:
+
+ - All keybinds send signals when pressed
+
+
Melbert updated:
+
+ - Fixes cyborg slot cycling (and a runtime)
+
+
ShizCalev updated:
+
+ - Fixed display cases going invisible when you put things inside of them.
+ - Fixed the pedestal for open display cases being glass colored.
+
+
Skoglol updated:
+
+ - electrolysis reaction now outputs 4.5u of reagents instead of 30u.
+
+
SkyratBot updated:
+
+ - Fixed medical records for quirks.
+ - Quirks settings trigger after spawn now.
+ - Civilian bounty pads, when submitting a bounty that the department can't pay for, will allow you to submit it later.
+ - Fixes 2 duplicate bounties between security/assistants.
+ - Updated the reality fractures (Heretic influences) to have nicer sprites.
+
+
23 July 2020
ArcaneMusic updated:
@@ -2127,48 +2154,6 @@
- Fixes you being able to put in more than one license plate in the license plate machine
-
- 22 May 2020
- ArcaneMusic updated:
-
- - Adds a new assembly component, the freezer, for gradually making the environment colder.
-
- Dorsidwarf updated:
-
- - Swarmer structures are no longer broken.
-
- Fikou updated:
-
- - you can no longer inject html in ahelps
- - you cant either, jannies
-
- Ghilker updated:
-
- - Cryotubes can no longer reach fusion level heat
- - Cryotubes breakdown if the heat inside is higher than 2000 K
- - Cryotubes extinguish the mob if on fire
-
- Mickyan updated:
-
- - Fixed missing icon on wigs
-
- Whoneedspacee updated:
-
- - Icebox Station has been added, explore the depths of the Ice Moon with boxstation right on top of it, don't forget your coat and internals!
- - You can now mine rock flora into volcanic ash to make glass.
-
- kevinz000 updated:
-
- - Circlegame items now properly delete on drop and can't be made with full hands.
-
- wesoda25 updated:
-
- - fixes a misspelled xenobiology sign
-
- willox updated:
-
- - diseases now retain the ability to infect people after having 'inorganic biology' or 'necrotic metabolism' removed from them
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fe004e69651..fb1bcf83b2f 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -41073,3 +41073,20 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
nightred:
- bugfix: Family heirloom moods clear on loss of the quirk.
- bugfix: Fixed the location of an Engineering sign on Meta
+2020-07-24:
+ Coul:
+ - code_imp: All keybinds send signals when pressed
+ Melbert:
+ - bugfix: Fixes cyborg slot cycling (and a runtime)
+ ShizCalev:
+ - bugfix: Fixed display cases going invisible when you put things inside of them.
+ - bugfix: Fixed the pedestal for open display cases being glass colored.
+ Skoglol:
+ - balance: electrolysis reaction now outputs 4.5u of reagents instead of 30u.
+ SkyratBot:
+ - bugfix: Fixed medical records for quirks.
+ - bugfix: Quirks settings trigger after spawn now.
+ - bugfix: Civilian bounty pads, when submitting a bounty that the department can't
+ pay for, will allow you to submit it later.
+ - bugfix: Fixes 2 duplicate bounties between security/assistants.
+ - imageadd: Updated the reality fractures (Heretic influences) to have nicer sprites.
diff --git a/html/changelogs/AutoChangeLog-pr-30.yml b/html/changelogs/AutoChangeLog-pr-30.yml
deleted file mode 100644
index e9449e745b7..00000000000
--- a/html/changelogs/AutoChangeLog-pr-30.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Coul"
-delete-after: True
-changes:
- - code_imp: "All keybinds send signals when pressed"
diff --git a/html/changelogs/AutoChangeLog-pr-31.yml b/html/changelogs/AutoChangeLog-pr-31.yml
deleted file mode 100644
index 7fdc44ae5ca..00000000000
--- a/html/changelogs/AutoChangeLog-pr-31.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Fixed medical records for quirks."
diff --git a/html/changelogs/AutoChangeLog-pr-32.yml b/html/changelogs/AutoChangeLog-pr-32.yml
deleted file mode 100644
index 817639ad885..00000000000
--- a/html/changelogs/AutoChangeLog-pr-32.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Skoglol"
-delete-after: True
-changes:
- - balance: "electrolysis reaction now outputs 4.5u of reagents instead of 30u."
diff --git a/html/changelogs/AutoChangeLog-pr-33.yml b/html/changelogs/AutoChangeLog-pr-33.yml
deleted file mode 100644
index 89f2b0b2bf4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-33.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - imageadd: "Updated the reality fractures (Heretic influences) to have nicer sprites."
diff --git a/html/changelogs/AutoChangeLog-pr-34.yml b/html/changelogs/AutoChangeLog-pr-34.yml
deleted file mode 100644
index 4381f31ca46..00000000000
--- a/html/changelogs/AutoChangeLog-pr-34.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Civilian bounty pads, when submitting a bounty that the department can't pay for, will allow you to submit it later."
- - bugfix: "Fixes 2 duplicate bounties between security/assistants."
diff --git a/html/changelogs/AutoChangeLog-pr-35.yml b/html/changelogs/AutoChangeLog-pr-35.yml
deleted file mode 100644
index 7629d1513a4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-35.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SkyratBot"
-delete-after: True
-changes:
- - bugfix: "Quirks settings trigger after spawn now."
diff --git a/html/changelogs/AutoChangeLog-pr-36.yml b/html/changelogs/AutoChangeLog-pr-36.yml
deleted file mode 100644
index e495ad6bea6..00000000000
--- a/html/changelogs/AutoChangeLog-pr-36.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Melbert"
-delete-after: True
-changes:
- - bugfix: "Fixes cyborg slot cycling (and a runtime)"
diff --git a/html/changelogs/AutoChangeLog-pr-37.yml b/html/changelogs/AutoChangeLog-pr-37.yml
deleted file mode 100644
index a939c902f3f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-37.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Fixed display cases going invisible when you put things inside of them."
- - bugfix: "Fixed the pedestal for open display cases being glass colored."