diff --git a/html/changelog.html b/html/changelog.html
index 31666e9f0aa..f69b9db5142 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,36 @@
-->
+
14 February 2020
+
Atermonera updated:
+
+ - Radiation has to accumulate at least a little bit before it starts to become damaging. Very low levels of radiation can be safe for a number of minutes before you are at risk of injury.
+ - Unless you idle for several minutes near the supermatter before it's been turned on, you should no longer be at risk of taking toxloss (Including those few spots in cargo maintenance).
+ - Shutoff valve monitoring console can now remotely control shutoff valves.
+
+
Heroman3003 updated:
+
+ - FBP repair can no longer be done through the space suits.
+ - Surgery can no longer be done through the space suits.
+
+
Shadow Quill updated:
+
+ - Batons will no longer harmbaton on disarm intent, instead doing so on grab/harm.
+
+
Woodrat updated:
+
+ - Added sofas (no options to build one in round yet, will be added after this pull).
+ - Add neonsigns, currently one neon sign, Cafe. (Code is copy pasta from holosigns).
+ - Add boxes with mugs and cups.
+ - Neon signs and holosigns now emit light while on.
+ - Merged the Coffee Shop with the Library.
+ - Moved the Locker Room to where the Coffee Shop was, adjusted the holodeck.
+ - Old Locker Room turned into a construction area.
+ - Adjusted holodeck maps to new orientation.
+ - Changed sprite of barcode scanner.
+ - Cleaned up furniture icon dmi, fixed arm rest icons for shuttle chairs.
+
+
03 February 2020
Atermonera updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index a50b2682c4c..662348dc4c2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4884,3 +4884,30 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Adds a few toys to the loadout.
schnayy:
- rscadd: Adds book cart to library.
+2020-02-14:
+ Atermonera:
+ - tweak: Radiation has to accumulate at least a little bit before it starts to become
+ damaging. Very low levels of radiation can be safe for a number of minutes before
+ you are at risk of injury.
+ - bugfix: Unless you idle for several minutes near the supermatter before it's been
+ turned on, you should no longer be at risk of taking toxloss (Including those
+ few spots in cargo maintenance).
+ - rscadd: Shutoff valve monitoring console can now remotely control shutoff valves.
+ Heroman3003:
+ - tweak: FBP repair can no longer be done through the space suits.
+ - tweak: Surgery can no longer be done through the space suits.
+ Shadow Quill:
+ - tweak: Batons will no longer harmbaton on disarm intent, instead doing so on grab/harm.
+ Woodrat:
+ - wip: Added sofas (no options to build one in round yet, will be added after this
+ pull).
+ - rscadd: Add neonsigns, currently one neon sign, Cafe. (Code is copy pasta from
+ holosigns).
+ - rscadd: Add boxes with mugs and cups.
+ - tweak: Neon signs and holosigns now emit light while on.
+ - maptweak: Merged the Coffee Shop with the Library.
+ - maptweak: Moved the Locker Room to where the Coffee Shop was, adjusted the holodeck.
+ - maptweak: Old Locker Room turned into a construction area.
+ - maptweak: Adjusted holodeck maps to new orientation.
+ - tweak: Changed sprite of barcode scanner.
+ - tweak: Cleaned up furniture icon dmi, fixed arm rest icons for shuttle chairs.
diff --git a/html/changelogs/Atermonera - Shutoff_monitor.yml b/html/changelogs/Atermonera - Shutoff_monitor.yml
deleted file mode 100644
index 9ac41090edb..00000000000
--- a/html/changelogs/Atermonera - Shutoff_monitor.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - rscadd: "Shutoff valve monitoring console can now remotely control shutoff valves."
\ No newline at end of file
diff --git a/html/changelogs/ShadowQuill-Baton_Intent_Change.yml b/html/changelogs/ShadowQuill-Baton_Intent_Change.yml
deleted file mode 100644
index 7796a4860a7..00000000000
--- a/html/changelogs/ShadowQuill-Baton_Intent_Change.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: Shadow Quill
-
-# 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: "Batons will no longer harmbaton on disarm intent, instead only doing so on grab/harm."
\ No newline at end of file
diff --git a/html/changelogs/atermonera - rad_tweaks.yml b/html/changelogs/atermonera - rad_tweaks.yml
deleted file mode 100644
index 28dac7da681..00000000000
--- a/html/changelogs/atermonera - rad_tweaks.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - tweak: "Radiation has to accumulate at least a little bit before it starts to become damaging. Very low levels of radiation can be safe for a number of minutes before you are at risk of injury."
- - bugfix: "Unless you idle for several minutes near the supermatter before it's been turned on, you should no longer be at risk of taking toxloss (Including those few spots in cargo maintenance)."
diff --git a/html/changelogs/heroman3003 - synthpair-fix.yml b/html/changelogs/heroman3003 - synthpair-fix.yml
deleted file mode 100644
index d88fa10a203..00000000000
--- a/html/changelogs/heroman3003 - synthpair-fix.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: "Repair on synths now has same limitation as first aid on organics (must not be wearing a space suit)."
diff --git a/html/changelogs/heroman3003 - voidsuti-surgery.yml b/html/changelogs/heroman3003 - voidsuti-surgery.yml
deleted file mode 100644
index ea04348b8eb..00000000000
--- a/html/changelogs/heroman3003 - voidsuti-surgery.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: "Surgery can no longer be done through the space suits."
diff --git a/html/changelogs/woodrat-civilianmapfix.yml b/html/changelogs/woodrat-civilianmapfix.yml
deleted file mode 100644
index 3a4feb89fff..00000000000
--- a/html/changelogs/woodrat-civilianmapfix.yml
+++ /dev/null
@@ -1,45 +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:
- - wip: "Added sofas (no options to build one in round yet, will be added after this pull)."
- - rscadd: "Add neonsigns, currently one neon sign, Cafe. (Code is copy pasta from holosigns)."
- - rscadd: "Add boxes with mugs and cups."
- - tweak: "Neon signs and holosigns now emit light while on."
- - maptweak: "Merged the Coffee Shop with the Library."
- - maptweak: "Moved the Locker Room to where the Coffee Shop was, adjusted the holodeck."
- - maptweak: "Old Locker Room turned into a construction area."
- - maptweak: "Adjusted holodeck maps to new orientation."
- - tweak: "Changed sprite of barcode scanner."
- - tweak: "Cleaned up furniture icon dmi, fixed arm rest icons for shuttle chairs."
\ No newline at end of file