diff --git a/html/changelog.html b/html/changelog.html
index 45d9cd6099..85bdf9ea91 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,40 @@
-->
+
07 February 2018
+
Anewbe updated:
+
+ - Lessens the bomb, bio, and rad protection on the Explorer Suit.
+ - Replaces the Hunting Rifle cabinets with a Phase Pistol cabinet. Same general purpose, shoot animals, kill animals. Shoot people, get laughed at.
+ - Gloves are generally less protective from shocks.
+ - Budget Insulated Gloves will almost always be better than any other non-insulated glove.
+ - Hyposprays and autoinjectors now have a delay on use when the target is conscious and not in Help Intent.
+ - You need a parachute to survive atmospheric reentry. Closets, mechs, and other impromptu parachutes will not longer prevent splatting.
+
+
Atermonera updated:
+
+ - ID computer can set command secretary and IAA access
+ - Command secretary has keycard auth. access
+
+
Cerebulon updated:
+
+ - Added toggleable 'Open' sign to bar hallway so you can tell if it's open without walking inside.
+
+
Mechoid updated:
+
+ - Adds material girders.
+ - Girder decon time is now partially dependant on material. Stronger girders take slightly longer.
+ - Wall girders are now under the integrity-based construction listing. Material-Name Wall Girder.
+ - Explosive-resistant girders in walls have a chance to survive as an unanchored girder, if their wall is destroyed.
+ - Radioactive girders affect the completed wall's radioactivity.
+
+
SunnyDaff updated:
+
+ - Added new food items.
+ - Added Onions.
+ - Changed Apple and Lemon Sprite
+
+
25 January 2018
Anewbe updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 596ad803d5..211d153b7d 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3799,3 +3799,34 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
on your wrist.
- rscadd: Replaces the communicator in the loadout with a communicator selection.
Choose either the traditional communicator, or the new commwatch.
+2018-02-07:
+ Anewbe:
+ - tweak: Lessens the bomb, bio, and rad protection on the Explorer Suit.
+ - tweak: Replaces the Hunting Rifle cabinets with a Phase Pistol cabinet. Same general
+ purpose, shoot animals, kill animals. Shoot people, get laughed at.
+ - tweak: Gloves are generally less protective from shocks.
+ - tweak: Budget Insulated Gloves will almost always be better than any other non-insulated
+ glove.
+ - tweak: Hyposprays and autoinjectors now have a delay on use when the target is
+ conscious and not in Help Intent.
+ - bugfix: You need a parachute to survive atmospheric reentry. Closets, mechs, and
+ other impromptu parachutes will not longer prevent splatting.
+ Atermonera:
+ - tweak: ID computer can set command secretary and IAA access
+ - tweak: Command secretary has keycard auth. access
+ Cerebulon:
+ - rscadd: Added toggleable 'Open' sign to bar hallway so you can tell if it's open
+ without walking inside.
+ Mechoid:
+ - rscadd: Adds material girders.
+ - tweak: Girder decon time is now partially dependant on material. Stronger girders
+ take slightly longer.
+ - tweak: Wall girders are now under the integrity-based construction listing. Material-Name
+ Wall Girder.
+ - rscadd: Explosive-resistant girders in walls have a chance to survive as an unanchored
+ girder, if their wall is destroyed.
+ - rscadd: Radioactive girders affect the completed wall's radioactivity.
+ SunnyDaff:
+ - rscadd: Added new food items.
+ - rscadd: Added Onions.
+ - tweak: Changed Apple and Lemon Sprite
diff --git a/html/changelogs/Anewbe - ExplorerGear.yml b/html/changelogs/Anewbe - ExplorerGear.yml
deleted file mode 100644
index 19eba8cbfb..0000000000
--- a/html/changelogs/Anewbe - ExplorerGear.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: 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: "Lessens the bomb, bio, and rad protection on the Explorer Suit."
- - tweak: "Replaces the Hunting Rifle cabinets with a Phase Pistol cabinet. Same general purpose, shoot animals, kill animals. Shoot people, get laughed at."
diff --git a/html/changelogs/Anewbe - Gloves.yml b/html/changelogs/Anewbe - Gloves.yml
deleted file mode 100644
index ddb365ea94..0000000000
--- a/html/changelogs/Anewbe - Gloves.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: 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: "Gloves are generally less protective from shocks."
- - tweak: "Budget Insulated Gloves will almost always be better than any other non-insulated glove."
diff --git a/html/changelogs/Anewbe - Hyposprays.yml b/html/changelogs/Anewbe - Hyposprays.yml
deleted file mode 100644
index 53749bc731..0000000000
--- a/html/changelogs/Anewbe - Hyposprays.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: "Hyposprays and autoinjectors now have a delay on use when the target is conscious and not in Help Intent."
diff --git a/html/changelogs/Anewbe - MechsFall.yml b/html/changelogs/Anewbe - MechsFall.yml
deleted file mode 100644
index af4d4acedb..0000000000
--- a/html/changelogs/Anewbe - MechsFall.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:
- - bugfix: "You need a parachute to survive atmospheric reentry, closets, mechs, and other impromptu parachutes will not longer prevent splatting."
diff --git a/html/changelogs/Atermonera - id_comp.yml b/html/changelogs/Atermonera - id_comp.yml
deleted file mode 100644
index 503495635e..0000000000
--- a/html/changelogs/Atermonera - id_comp.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Atermonera
-
-delete-after: True
-changes:
- - tweak: "ID computer can set command secretary and IAA access"
- - tweak: "Command secretary has keycard auth. access"
diff --git a/html/changelogs/Cerebulon-BarOpenSign.yml b/html/changelogs/Cerebulon-BarOpenSign.yml
deleted file mode 100644
index f281ee9bf4..0000000000
--- a/html/changelogs/Cerebulon-BarOpenSign.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Cerebulon
-
-delete-after: True
-
-changes:
- - rscadd: "Added toggleable 'Open' sign to bar hallway so you can tell if it's open without walking inside."
diff --git a/html/changelogs/Mechoid-Material Girders.yml b/html/changelogs/Mechoid-Material Girders.yml
deleted file mode 100644
index 6b23ebc6dc..0000000000
--- a/html/changelogs/Mechoid-Material Girders.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-author: Mechoid
-
-delete-after: True
-
-changes:
- - rscadd: "Adds material girders."
- - tweak: "Girder decon time is now partially dependant on material. Stronger girders take slightly longer."
- - tweak: "Wall girders are now under the integrity-based construction listing. Material-Name Wall Girder."
- - rscadd: "Explosive-resistant girders in walls have a chance to survive as an unanchored girder, if their wall is destroyed."
- - rscadd: "Radioactive girders affect the completed wall's radioactivity."
diff --git a/html/changelogs/SunnyDaff-OnionFoodandPlantTweaks.yml b/html/changelogs/SunnyDaff-OnionFoodandPlantTweaks.yml
deleted file mode 100644
index 76a1d70eb9..0000000000
--- a/html/changelogs/SunnyDaff-OnionFoodandPlantTweaks.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: SunnyDaff
-delete-after: True
-
- - rscadd: Added new food items.
- - rscadd: Added Onions.
- - tweak: Changed Apple and Lemon Sprite
-