diff --git a/html/changelog.html b/html/changelog.html
index ef602977f95..7dfc0cd7b14 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,38 @@
-->
+
26 April 2019
+
Heroman3003 updated:
+
+ - Allows voidsuits to have parts attached and removed while held in hand (but still not when worn).
+ - Syringes will now immediately inject 5 units per injection into reagent containers. Does not change how injecting mobs work
+ - Tape rolls can now be used on tiles with directional windows as long as they don't directly obstruct them.
+
+
Mechoid updated:
+
+ - Reagents can now have a list of organs specified to slow their processing.
+ - Reagents now process in the bloodstream at a rate determined by current pulse. No pulse, for any reason, will cause slightly slower processing if your species has a heart.
+ - The heart organ determines the 'standard pulse' if the species has one.
+ - Modifiers can set pulse directly, or shift it.
+ - Adds Robobags and Corp-Tags to Robotics.
+ - Re-adds the Space Worm with New and Improved [Doesn't Break The Universe] logic.
+ - Sterilizine now hurts slimes, similar to water.
+
+
N3X15 updated:
+
+ - Cyborgs can now use ladders regardless of whether they have a tool enabled or not.
+
+
Neerti updated:
+
+ - During severe weather such as storms and blizzards, wind can cause you to move slower or faster in specific directions.
+ - Weather application in the communicator displays wind direction and severity.
+ - Holding umbrellas while in a storm no longer stuns you.
+
+
chaoko99 updated:
+
+ - Ore bags will automatically pick up items when held, belted, or pocketed, and automatically deposit ore in boxes if one is being pulled.
+
+
17 April 2019
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f569eb71bb8..8810d47f18d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4447,3 +4447,33 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: More jobs can now take certain items in the loadout.
- rscadd: Adds departmental turtlenecks, available in department wardrobes or the
loadout selection. Look good... in space.
+2019-04-26:
+ Heroman3003:
+ - rscadd: Allows voidsuits to have parts attached and removed while held in hand
+ (but still not when worn).
+ - tweak: Syringes will now immediately inject 5 units per injection into reagent
+ containers. Does not change how injecting mobs work
+ - tweak: Tape rolls can now be used on tiles with directional windows as long as
+ they don't directly obstruct them.
+ Mechoid:
+ - rscadd: Reagents can now have a list of organs specified to slow their processing.
+ - rscadd: Reagents now process in the bloodstream at a rate determined by current
+ pulse. No pulse, for any reason, will cause slightly slower processing if your
+ species has a heart.
+ - rscadd: The heart organ determines the 'standard pulse' if the species has one.
+ - rscadd: Modifiers can set pulse directly, or shift it.
+ - rscadd: Adds Robobags and Corp-Tags to Robotics.
+ - rscadd: Re-adds the Space Worm with New and Improved [Doesn't Break The Universe]
+ logic.
+ - rscadd: Sterilizine now hurts slimes, similar to water.
+ N3X15:
+ - bugfix: Cyborgs can now use ladders regardless of whether they have a tool enabled
+ or not.
+ Neerti:
+ - rscadd: During severe weather such as storms and blizzards, wind can cause you
+ to move slower or faster in specific directions.
+ - rscadd: Weather application in the communicator displays wind direction and severity.
+ - rscdel: Holding umbrellas while in a storm no longer stuns you.
+ chaoko99:
+ - rscadd: Ore bags will automatically pick up items when held, belted, or pocketed,
+ and automatically deposit ore in boxes if one is being pulled.
diff --git a/html/changelogs/Heroman3003 - borgclimbing.yml b/html/changelogs/Heroman3003 - borgclimbing.yml
deleted file mode 100644
index d65dad24bd5..00000000000
--- a/html/changelogs/Heroman3003 - borgclimbing.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: N3X15
-
-# 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: "Cyborgs can now use ladders regardless of whether they have a tool enabled or not."
diff --git a/html/changelogs/Heroman3003 - handsuits.yml b/html/changelogs/Heroman3003 - handsuits.yml
deleted file mode 100644
index 88c31cc0724..00000000000
--- a/html/changelogs/Heroman3003 - handsuits.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:
- - rscadd: "Allows voidsuits to have parts attached and removed while held in hand (but still not when worn)."
diff --git a/html/changelogs/Heroman3003 - syringetweak.yml b/html/changelogs/Heroman3003 - syringetweak.yml
deleted file mode 100644
index 4c0e623ee2a..00000000000
--- a/html/changelogs/Heroman3003 - syringetweak.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: "Syringes will now inject 5 units per injection and immedeately when injecting into reagent containers. Does not chage way injecting mobs work"
\ No newline at end of file
diff --git a/html/changelogs/Heroman3003 - windowtapes.yml b/html/changelogs/Heroman3003 - windowtapes.yml
deleted file mode 100644
index 1333b0ac7c7..00000000000
--- a/html/changelogs/Heroman3003 - windowtapes.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: "Tape rolls can now be used on tiles with directional windows as long as they don't directly obstruct them."
diff --git a/html/changelogs/Mechoid - OrgansAndChems.yml b/html/changelogs/Mechoid - OrgansAndChems.yml
deleted file mode 100644
index 0cc59e11f18..00000000000
--- a/html/changelogs/Mechoid - OrgansAndChems.yml
+++ /dev/null
@@ -1,39 +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: "Reagents can now have a list of organs specified to slow their processing."
- - rscadd: "Reagents now process in the bloodstream at a rate determined by current pulse. No pulse, for any reason, will cause slightly slower processing if your species has a heart."
- - rscadd: "The heart organ determines the 'standard pulse' if the species has one."
- - rscadd: "Modifiers can set pulse directly, or shift it."
diff --git a/html/changelogs/Mechoid - Robobags.yml b/html/changelogs/Mechoid - Robobags.yml
deleted file mode 100644
index ec3a6e287ef..00000000000
--- a/html/changelogs/Mechoid - Robobags.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: 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: "Adds Robobags and Corp-Tags to Robotics."
diff --git a/html/changelogs/Mechoid - SpaceWorm.yml b/html/changelogs/Mechoid - SpaceWorm.yml
deleted file mode 100644
index a92623314b4..00000000000
--- a/html/changelogs/Mechoid - SpaceWorm.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: 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: "Re-adds the Space Worm with New and Improved [Doesn't Break The Universe] logic."
diff --git a/html/changelogs/Mechoid - Sterilizine.yml b/html/changelogs/Mechoid - Sterilizine.yml
deleted file mode 100644
index 51ea727eb1a..00000000000
--- a/html/changelogs/Mechoid - Sterilizine.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: 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: "Sterilizine now hurts slimes, similar to water."
diff --git a/html/changelogs/chaoko99 - pullbox.yml b/html/changelogs/chaoko99 - pullbox.yml
deleted file mode 100644
index c1bd9162068..00000000000
--- a/html/changelogs/chaoko99 - pullbox.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: 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: "Ore bags will automatically pick up items when held, belted, or pocketed, and automatically deposit ore in boxes if one is being pulled."
-