diff --git a/html/changelog.html b/html/changelog.html
index 45700594ec5..57e7a4d8013 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,10 @@
02 April 2019
+
Alonefromhell & AffectedArc07 updated:
+
+ - Fixed an edgecase compile error for spacehotel.dmm
+
Arkatos updated:
- Added Medical Beamgun to a Syndicate Medical Cyborg
@@ -64,6 +68,10 @@
- Cult sound theme now plays for a new cult converts
- Traitor/Malfunction sound theme now plays for newly autotraitored crew/AI
+
AzuleUtama updated:
+
+ - Cleaned up some outdated code left in uplinks.dm
+
Fox McCloud updated:
- Fixes some mobs not being able to hear sounds
@@ -79,6 +87,7 @@
- stabilizing agent gets used up in reactions that utilize it
- flashbangs spark when they initially go off
- Fixes mech users being stunned by their own flashbangs
+ - Fixes necromantic stone not working properly and other edge cases where you had O2 damage and could become O2 damage immune
KasparoVy updated:
@@ -86,6 +95,11 @@
- Removed stray pixel from Vox-fitted gasmask sprites.
- Adjusts the Vox-fitted blindfold sprite.
+
Kyep updated:
+
+ - Blob mobs can definitely no longer be spawned in xenobio.
+ - Changed playtime requirements for command jobs. HoS/RD/CE/CMO/AI now require 5h played in their department to be playable. HoP/Captain now require 5h played as a member of the command staff.
+
Markolie updated:
- Fixed some issues the compiler doesn't spot and some start up issues.
@@ -93,6 +107,7 @@
Ty-Omaha updated:
- Start now confirmation is now a config option
+ - Grid check event sound effect
farie82 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f5743f06f80..e4f4790be12 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -9611,12 +9611,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Spontaneous combustion now has a minimum stacksize of 1. No more getting
wet from the fire virus
2019-04-02:
+ Alonefromhell & AffectedArc07:
+ - bugfix: Fixed an edgecase compile error for spacehotel.dmm
Arkatos:
- rscadd: Added Medical Beamgun to a Syndicate Medical Cyborg
- tweak: Appropriate antagonist sound theme now plays when an antagonist is selected
via Traitor Panel
- tweak: Cult sound theme now plays for a new cult converts
- tweak: Traitor/Malfunction sound theme now plays for newly autotraitored crew/AI
+ AzuleUtama:
+ - tweak: Cleaned up some outdated code left in uplinks.dm
Fox McCloud:
- bugfix: Fixes some mobs not being able to hear sounds
- bugfix: Fixes the Master Controller not actually shutting down on round end
@@ -9635,14 +9639,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: stabilizing agent gets used up in reactions that utilize it
- tweak: flashbangs spark when they initially go off
- bugfix: Fixes mech users being stunned by their own flashbangs
+ - bugfix: Fixes necromantic stone not working properly and other edge cases where
+ you had O2 damage and could become O2 damage immune
KasparoVy:
- rscadd: Adds Vox-fitted Tajaran veil sprites.
- rscdel: Removed stray pixel from Vox-fitted gasmask sprites.
- tweak: Adjusts the Vox-fitted blindfold sprite.
+ Kyep:
+ - bugfix: Blob mobs can definitely no longer be spawned in xenobio.
+ - tweak: Changed playtime requirements for command jobs. HoS/RD/CE/CMO/AI now require
+ 5h played in their department to be playable. HoP/Captain now require 5h played
+ as a member of the command staff.
Markolie:
- bugfix: Fixed some issues the compiler doesn't spot and some start up issues.
Ty-Omaha:
- tweak: Start now confirmation is now a config option
+ - rscadd: Grid check event sound effect
farie82:
- bugfix: Antidrop give edge case fixed
- bugfix: Can't give items to resting people now
diff --git a/html/changelogs/AutoChangeLog-pr-11163.yml b/html/changelogs/AutoChangeLog-pr-11163.yml
deleted file mode 100644
index 03a8a8aebe9..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11163.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - tweak: "Changed playtime requirements for command jobs. HoS/RD/CE/CMO/AI now require 5h played in their department to be playable. HoP/Captain now require 5h played as a member of the command staff."
diff --git a/html/changelogs/AutoChangeLog-pr-11164.yml b/html/changelogs/AutoChangeLog-pr-11164.yml
deleted file mode 100644
index 1006827237a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11164.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Kyep"
-delete-after: True
-changes:
- - bugfix: "Blob mobs can definitely no longer be spawned in xenobio."
diff --git a/html/changelogs/AutoChangeLog-pr-11179.yml b/html/changelogs/AutoChangeLog-pr-11179.yml
deleted file mode 100644
index 5b490840445..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11179.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Ty-Omaha"
-delete-after: True
-changes:
- - rscadd: "Grid check event sound effect"
diff --git a/html/changelogs/AutoChangeLog-pr-11211.yml b/html/changelogs/AutoChangeLog-pr-11211.yml
deleted file mode 100644
index db5d9fafada..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11211.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - bugfix: "Fixes necromantic stone not working properly and other edge cases where you had O2 damage and could become O2 damage immune"
diff --git a/html/changelogs/AutoChangeLog-pr-11213.yml b/html/changelogs/AutoChangeLog-pr-11213.yml
deleted file mode 100644
index 274e464ea42..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11213.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Alonefromhell & AffectedArc07"
-delete-after: True
-changes:
- - bugfix: "Fixed an edgecase compile error for spacehotel.dmm"
diff --git a/html/changelogs/AutoChangeLog-pr-11215.yml b/html/changelogs/AutoChangeLog-pr-11215.yml
deleted file mode 100644
index b69a4a09708..00000000000
--- a/html/changelogs/AutoChangeLog-pr-11215.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "AzuleUtama"
-delete-after: True
-changes:
- - tweak: "Cleaned up some outdated code left in uplinks.dm"