diff --git a/html/changelog.html b/html/changelog.html
index db7b957f42a..d2898f86e35 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,52 @@
-->
+
04 June 2019
+
Chaoko99 updated:
+
+ - The medibot's minimum configurable threshhold has been lowered to 0, from 5. Perfect for silly-billies coming into medical with 2 brute boo boos, thanks to accidentally throwing something at themselves or.. something.
+
+
Heroman3003 updated:
+
+ - Restricts Alarm Monitor modular computer program to engineering access.
+ - Removed access to departmental networks on camera modular computer program for average people.
+ - Added access to full network on camera modular computer program for heads.
+
+
Mechoid updated:
+
+ - Borers can speak through nearby mobs if they have a sufficient build-up of chemicals.
+ - Borers have a max chemical volume.
+ - The Sakimm, Frostfly, Glitterfly, River Leech, Crystal-Feathered Duck, and Kururak are now able to be used on the map and PoIs.
+ - Glass jars can now hold glitterflies, river leeches, and frostflies.
+ - Glass jars now respect mobs that exist over the lighting plane, adding a special overlay visible when on the ground.
+
+
Nalarac updated:
+
+ - Closed all bugs on tracker that are no longer relevant or a bug.
+
+
Novacat updated:
+
+ - Attempts to fix the timer SS to be moore robust
+ - Fixes bug with custom laptops.
+ - Raises cost of the elite model to 7 loadout points.
+
+
chaoko99 updated:
+
+ - Adds the clientside 'ping' and 'reconnect' commands to the file menu.
+
+
mistyLuminescence updated:
+
+ - Prone people can no longer interact with an empty hand.
+ - Two-handed items are now correctly unwielded when the user's offhand is severed.
+ - Mecha syringe guns now respect pierceproof clothing.
+ - Securitrons now correctly ignore attacks when disabled.
+ - Rechargers now correctly benefit from upgraded capacitors.
+ - Medical record laptops and detective TV camera consoles no longer turn into regular consoles when de- and re-constructed.
+ - Zaddat Shrouds now retain their base name when damaged, if the shroud has been customized.
+ - Adds the makeover kit to the traitor uplink for 5 TC, also available in the Infiltrator bundle null crate in Cargo. Makeover kits can be used to change the user's hair style and color, and eye color.
+ - Random event timers now wait until the round starts to begin counting down.
+
+
06 May 2019
Mechoid updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b86092211cc..bae7843a5b3 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4493,3 +4493,46 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Nanoui sends stuff even after client connect.
- tweak: Shortwave radios now can transmit across connected Z levels.
- tweak: Relays on moving platforms (shuttles) will now function.
+2019-06-04:
+ Chaoko99:
+ - tweak: The medibot's minimum configurable threshhold has been lowered to 0, from
+ 5. Perfect for silly-billies coming into medical with 2 brute boo boos, thanks
+ to accidentally throwing something at themselves or.. something.
+ Heroman3003:
+ - tweak: Restricts Alarm Monitor modular computer program to engineering access.
+ - tweak: Removed access to departmental networks on camera modular computer program
+ for average people.
+ - rscadd: Added access to full network on camera modular computer program for heads.
+ Mechoid:
+ - tweak: Borers can speak through nearby mobs if they have a sufficient build-up
+ of chemicals.
+ - tweak: Borers have a max chemical volume.
+ - rscadd: The Sakimm, Frostfly, Glitterfly, River Leech, Crystal-Feathered Duck,
+ and Kururak are now able to be used on the map and PoIs.
+ - tweak: Glass jars can now hold glitterflies, river leeches, and frostflies.
+ - tweak: Glass jars now respect mobs that exist over the lighting plane, adding
+ a special overlay visible when on the ground.
+ Nalarac:
+ - bugfix: Closed all bugs on tracker that are no longer relevant or a bug.
+ Novacat:
+ - bugfix: Attempts to fix the timer SS to be moore robust
+ - tweak: Fixes bug with custom laptops.
+ - tweak: Raises cost of the elite model to 7 loadout points.
+ chaoko99:
+ - rscadd: Adds the clientside 'ping' and 'reconnect' commands to the file menu.
+ mistyLuminescence:
+ - bugfix: Prone people can no longer interact with an empty hand.
+ - bugfix: Two-handed items are now correctly unwielded when the user's offhand is
+ severed.
+ - bugfix: Mecha syringe guns now respect pierceproof clothing.
+ - bugfix: Securitrons now correctly ignore attacks when disabled.
+ - bugfix: Rechargers now correctly benefit from upgraded capacitors.
+ - bugfix: Medical record laptops and detective TV camera consoles no longer turn
+ into regular consoles when de- and re-constructed.
+ - bugfix: Zaddat Shrouds now retain their base name when damaged, if the shroud
+ has been customized.
+ - rscadd: Adds the makeover kit to the traitor uplink for 5 TC, also available in
+ the Infiltrator bundle null crate in Cargo. Makeover kits can be used to change
+ the user's hair style and color, and eye color.
+ - bugfix: Random event timers now wait until the round starts to begin counting
+ down.
diff --git a/html/changelogs/Heroman3003 - alarmaccess.yml b/html/changelogs/Heroman3003 - alarmaccess.yml
deleted file mode 100644
index b9a97b38807..00000000000
--- a/html/changelogs/Heroman3003 - alarmaccess.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Heroman3003
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "Restricts Alarm Monitor modular computer program to engineering access."
diff --git a/html/changelogs/Heroman3003 - cameraccess.yml b/html/changelogs/Heroman3003 - cameraccess.yml
deleted file mode 100644
index eff0288ac10..00000000000
--- a/html/changelogs/Heroman3003 - cameraccess.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Heroman3003
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "Removed access to departmental networks on camera modular computer program for average people."
- - rscadd: "Added access to full network on camera modular computer program for heads."
diff --git a/html/changelogs/Mechoid - Borers.yml b/html/changelogs/Mechoid - Borers.yml
deleted file mode 100644
index f92c619d869..00000000000
--- a/html/changelogs/Mechoid - Borers.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Mechoid
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "Borers can speak through nearby mobs if they have a sufficient build-up of chemicals."
- - tweak: "Borers have a max chemical volume."
diff --git a/html/changelogs/Mechoid - SifAnimalExpansion1.yml b/html/changelogs/Mechoid - SifAnimalExpansion1.yml
deleted file mode 100644
index b8e67e02b2e..00000000000
--- a/html/changelogs/Mechoid - SifAnimalExpansion1.yml
+++ /dev/null
@@ -1,38 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Mechoid
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "The Shimm, Frostfly, Glitterfly, River Leech, Crystal-Feathered Duck, and Kururak are now able to be used on the map and PoIs."
- - tweak: "Glass jars can now hold glitterflies, river leeches, and frostflies."
- - tweak: "Glass jars now respect mobs that exist over the lighting plane, adding a special overlay visible when on the ground."
diff --git a/html/changelogs/Novacat - Fucktimers.yml b/html/changelogs/Novacat - Fucktimers.yml
deleted file mode 100644
index 4be0cb5dfcb..00000000000
--- a/html/changelogs/Novacat - Fucktimers.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Novacat
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: "Attempts to fix the timer SS to be moore robust"
diff --git a/html/changelogs/Novacat - Laptoptweak.yml b/html/changelogs/Novacat - Laptoptweak.yml
deleted file mode 100644
index 50aa91ab555..00000000000
--- a/html/changelogs/Novacat - Laptoptweak.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Novacat
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "Fixes bug with custom laptops."
- - tweak: "Raises cost of the elite model to 7 loadout points."
diff --git a/html/changelogs/chaoko99 - medibots.yml b/html/changelogs/chaoko99 - medibots.yml
deleted file mode 100644
index aefa9bce3aa..00000000000
--- a/html/changelogs/chaoko99 - medibots.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: Chaoko99
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - tweak: "The medibot's minimum configurable threshhold has been lowered to 0, from 5. Perfect for silly-billies coming into medical with 2 brute boo boos, thanks to accidentally throwing something at themselves or.. something."
diff --git a/html/changelogs/chaoko99 - reconnect.yml b/html/changelogs/chaoko99 - reconnect.yml
deleted file mode 100644
index 082e5524571..00000000000
--- a/html/changelogs/chaoko99 - reconnect.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: chaoko99
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Adds the clientside 'ping' and 'reconnect' commands to the file menu."
diff --git a/html/changelogs/mistyLuminescence - bugfix.yml b/html/changelogs/mistyLuminescence - bugfix.yml
deleted file mode 100644
index b33e3f0786d..00000000000
--- a/html/changelogs/mistyLuminescence - bugfix.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: mistyLuminescence
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: Prone people can no longer interact with an empty hand.
- - bugfix: Two-handed items are now correctly unwielded when the user's offhand is severed.
- - bugfix: Mecha syringe guns now respect pierceproof clothing.
- - bugfix: Securitrons now correctly ignore attacks when disabled.
- - bugfix: Rechargers now correctly benefit from upgraded capacitors.
- - bugfix: Medical record laptops and detective TV camera consoles no longer turn into regular consoles when de- and re-constructed.
- - bugfix: Zaddat Shrouds now retain their base name when damaged, if the shroud has been customized.
diff --git a/html/changelogs/mistyLuminescence - makeover.yml b/html/changelogs/mistyLuminescence - makeover.yml
deleted file mode 100644
index e55f71a2ecd..00000000000
--- a/html/changelogs/mistyLuminescence - makeover.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: mistyLuminescence
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Adds the makeover kit to the traitor uplink for 5 TC, also available in the Infiltrator bundle null crate in Cargo. Makeover kits can be used to change the user's hair style and color, and eye color."
diff --git a/html/changelogs/mistyLuminescence - randomevents.yml b/html/changelogs/mistyLuminescence - randomevents.yml
deleted file mode 100644
index e5659f8a4e3..00000000000
--- a/html/changelogs/mistyLuminescence - randomevents.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-#################################
-
-# Your name.
-author: mistyLuminescence
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - bugfix: Random event timers now wait until the round starts to begin counting down.
\ No newline at end of file