diff --git a/html/changelog.html b/html/changelog.html
index 3796656cc9..e81411a62c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,46 @@
-->
+
01 April 2018
+
Anewbe updated:
+
+ - Medical Doctors and EMTs spawn with white medkits.
+
+
Cameron653 updated:
+
+ - Adds a xenoarch excavation tool, craftable in R&D. Allows depth selection of 1-30
+ - Adds a xenoarch multitool, craftable in R&D. Has xenoarch counter, measure tool, and depth scanner all in one.
+
+
Heroman3003 updated:
+
+ - Attaching exosuit equipment with a gripper correctly removes it from the gripper.
+ - Engineering gripper can no longer duplicate frame parts.
+
+
MistyLuminescence updated:
+
+ - Wallets can now hold a wider variety of objects.
+
+
Woodrat updated:
+
+ - Added two 44 cal revolvers.
+ - Added 44 cal speedloader for revolvers.
+ - Added 44 cal rubber rounds.
+ - Fixed the icon_state for 'structure/plushie/carp' and the random first aid kit spawner.
+ - Added a random chance tool spawn for power tools (most of the time it should still just be regular tools).
+ - Adjusted the spawn rate of medkits, combat medkits should be more rare.
+ - Cash split into its own loot item.
+ - Plushies split into large and small plushies.
+ - All the extra plushie spawns added to the random plushie spawn.
+ - Eightball and conch shell added to toy spawns.
+ - Added spawn points for the large plushies, cash, and the power tools to the station.
+
+
battlefieldCommander updated:
+
+ - Added permanent markers, an alternative to crayons.
+ - The chemistry recipe for paint now uses marker ink instead of crayon dust.
+ - Removed crayon boxes from the map. They can still be ordered from cargo in case you need a snack.
+
+
15 March 2018
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 86e2c39d73..e708982110 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4039,3 +4039,37 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Names of the crates for the munitions and security catogory supply packs
have been adjusted slightly. In certain places contents also adjusted.
- bugfix: Holoplant now comes in a crate.
+2018-04-01:
+ Anewbe:
+ - tweak: Medical Doctors and EMTs spawn with white medkits.
+ Cameron653:
+ - rscadd: Adds a xenoarch excavation tool, craftable in R&D. Allows depth selection
+ of 1-30
+ - rscadd: Adds a xenoarch multitool, craftable in R&D. Has xenoarch counter, measure
+ tool, and depth scanner all in one.
+ Heroman3003:
+ - bugfix: Attaching exosuit equipment with a gripper correctly removes it from the
+ gripper.
+ - bugfix: Engineering gripper can no longer duplicate frame parts.
+ MistyLuminescence:
+ - tweak: Wallets can now hold a wider variety of objects.
+ Woodrat:
+ - rscadd: Added two 44 cal revolvers.
+ - rscadd: Added 44 cal speedloader for revolvers.
+ - rscadd: Added 44 cal rubber rounds.
+ - bugfix: Fixed the icon_state for 'structure/plushie/carp' and the random first
+ aid kit spawner.
+ - rscadd: Added a random chance tool spawn for power tools (most of the time it
+ should still just be regular tools).
+ - tweak: Adjusted the spawn rate of medkits, combat medkits should be more rare.
+ - tweak: Cash split into its own loot item.
+ - tweak: Plushies split into large and small plushies.
+ - rscadd: All the extra plushie spawns added to the random plushie spawn.
+ - tweak: Eightball and conch shell added to toy spawns.
+ - rscadd: Added spawn points for the large plushies, cash, and the power tools to
+ the station.
+ battlefieldCommander:
+ - rscadd: Added permanent markers, an alternative to crayons.
+ - tweak: The chemistry recipe for paint now uses marker ink instead of crayon dust.
+ - rscdel: Removed crayon boxes from the map. They can still be ordered from cargo
+ in case you need a snack.
diff --git a/html/changelogs/Anewbe - Medkits.yml b/html/changelogs/Anewbe - Medkits.yml
deleted file mode 100644
index 48624d92bf..0000000000
--- a/html/changelogs/Anewbe - Medkits.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: Anewbe
-
-# 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: "Medical Doctors and EMTs spawn with white medkits."
\ No newline at end of file
diff --git a/html/changelogs/Billybangles - Markers.yml b/html/changelogs/Billybangles - Markers.yml
deleted file mode 100644
index afab2bf8cb..0000000000
--- a/html/changelogs/Billybangles - Markers.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: battlefieldCommander
-
-# 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: "Added permanent markers, an alternative to crayons."
- - tweak: "The chemistry recipe for paint now uses marker ink instead of crayon dust."
- - rscdel: "Removed crayon boxes from the map. They can still be ordered from cargo in case you need a snack."
diff --git a/html/changelogs/Cameron - Xenoarch Upgrades.yml b/html/changelogs/Cameron - Xenoarch Upgrades.yml
deleted file mode 100644
index b352e0d3b7..0000000000
--- a/html/changelogs/Cameron - Xenoarch Upgrades.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: Cameron653
-
-# 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 a xenoarch excavation tool, craftable in R&D. Allows depth selection of 1-30"
- - rscadd: "Adds a xenoarch multitool, craftable in R&D. Has xenoarch counter, measure tool, and depth scanner all in one."
diff --git a/html/changelogs/Heroman3003 - Gripper Fixes.yml b/html/changelogs/Heroman3003 - Gripper Fixes.yml
deleted file mode 100644
index c320b73d93..0000000000
--- a/html/changelogs/Heroman3003 - Gripper Fixes.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-author: Heroman3003
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed a bug where same piece of exosuit equipment could be attached several times with exosuit gripper"
- - bugfix: "Fixed a bug where frame parts could dupe frames with engineering gripper"
diff --git a/html/changelogs/MistyLuminescence - Wallets.yml b/html/changelogs/MistyLuminescence - Wallets.yml
deleted file mode 100644
index 085f19d40d..0000000000
--- a/html/changelogs/MistyLuminescence - Wallets.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:
- - tweak: "Wallets can now hold a wider variety of objects."
\ No newline at end of file
diff --git a/html/changelogs/Woodrat - 44 Revolver.yml b/html/changelogs/Woodrat - 44 Revolver.yml
deleted file mode 100644
index c73fc0de09..0000000000
--- a/html/changelogs/Woodrat - 44 Revolver.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: Woodrat
-
-# 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: "Added two 44 cal revolvers."
- - rscadd: "Added 44 cal speedloader for revolvers."
- - rscadd: "Added 44 cal rubber rounds."
\ No newline at end of file
diff --git a/html/changelogs/Woodrat - Random Changes.yml b/html/changelogs/Woodrat - Random Changes.yml
deleted file mode 100644
index ad03c5bd4a..0000000000
--- a/html/changelogs/Woodrat - Random Changes.yml
+++ /dev/null
@@ -1,43 +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: Woodrat
-
-# 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: "Fixed the icon_state for 'structure/plushie/carp' and the random first aid kit spawner."
- - rscadd: "Added a random chance tool spawn for power tools (most of the time it should still just be regular tools)."
- - tweak: "Adjusted the spawn rate of medkits, combat medkits should be more rare."
- - tweak: "Cash split into its own loot item."
- - tweak: "Plushies split into large and small plushies."
- - rscadd: "All the extra plushie spawns added to the random plushie spawn."
- - tweak: "Eightball and conch shell added to toy spawns."
- - rscadd: "Added spawn points for the large plushies, cash, and the power tools to the station."
\ No newline at end of file