diff --git a/html/changelog.html b/html/changelog.html
index 629a7c1c020..c6a3dd049dc 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,39 @@
-->
+
17 February 2018
+
Anewbe updated:
+
+ - Added a random mine spawner, for use in PoIs. Replaces mines in PoIs with the random spawner.
+ - Mines now give a visible message when they go off.
+ - Land mines on the ground can no longer be told apart from one another, to prevent gaming the system.
+ - Hovering mobs (viscerators, drones, Poly, carp) no longer set off land mines.
+ - Arming a land mine now takes concentration. If you move, it will boom.
+ - RINGS AND CERTAIN GLOVES INCREASE PUNCHING DAMAGE.
+ - BRASS KNUCKLES HAVE BEEN TURNED INTO GLOVES AND REBALANCED. THEY DO LESS DAMAGE PER HIT BECAUSE IT'S HARD TO DISARM A PAIR OF GLOVES.
+ - Cyborg Chargers now decrease radiation on FBPs.
+ - Falling one floor now does a lot less damage, on average.
+ - Falling one floor in a Mech no longer hurts the occupant.
+
+
PrismaticGynoid updated:
+
+ - A lot more machines can now be moved with a wrench, mostly kitchen, hydroponics, and virology machines.
+ - Changed department ponchos to be open to any job, just like department jackets.
+
+
Schnayy updated:
+
+ - Adds bouquets. Can be ordered via 'gift crate' in cargo.
+ - Adds fake bouquets for the cheap. Can currently be won from arcade machines.
+ - Adds chocolate heart-shaped boxes. Can be ordered via 'gift crate' in cargo.
+ - Adds gift cards with four cover variations. Function like paper. Can be ordered via 'gift crate' in cargo.
+
+
battlefieldCommander updated:
+
+ - Added packed snow brick material. Craft it using snow piles.
+ - Added snow girders and igloo walls. Craft them using snow bricks.
+ - Added various snowmen. Craft them using snow piles. Punch 'em to destroy.
+
+
10 February 2018
Atermonera updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 88837fc3e1c..bc24c3c67f2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3868,3 +3868,35 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- maptweak: Redesign of medical surgery rooms, replacement of the closets with wall
closets.
- bugfix: Multiple map bugfixes including distro and scrubber lines to deck 3.
+2018-02-17:
+ Anewbe:
+ - rscadd: Added a random mine spawner, for use in PoIs. Replaces mines in PoIs with
+ the random spawner.
+ - rscadd: Mines now give a visible message when they go off.
+ - tweak: Land mines on the ground can no longer be told apart from one another,
+ to prevent gaming the system.
+ - bugfix: Hovering mobs (viscerators, drones, Poly, carp) no longer set off land
+ mines.
+ - tweak: Arming a land mine now takes concentration. If you move, it will boom.
+ - tweak: RINGS AND CERTAIN GLOVES INCREASE PUNCHING DAMAGE.
+ - tweak: BRASS KNUCKLES HAVE BEEN TURNED INTO GLOVES AND REBALANCED. THEY DO LESS
+ DAMAGE PER HIT BECAUSE IT'S HARD TO DISARM A PAIR OF GLOVES.
+ - rscadd: Cyborg Chargers now decrease radiation on FBPs.
+ - tweak: Falling one floor now does a lot less damage, on average.
+ - bugfix: Falling one floor in a Mech no longer hurts the occupant.
+ PrismaticGynoid:
+ - rscadd: A lot more machines can now be moved with a wrench, mostly kitchen, hydroponics,
+ and virology machines.
+ - tweak: Changed department ponchos to be open to any job, just like department
+ jackets.
+ Schnayy:
+ - rscadd: Adds bouquets. Can be ordered via 'gift crate' in cargo.
+ - rscadd: Adds fake bouquets for the cheap. Can currently be won from arcade machines.
+ - rscadd: Adds chocolate heart-shaped boxes. Can be ordered via 'gift crate' in
+ cargo.
+ - rscadd: Adds gift cards with four cover variations. Function like paper. Can be
+ ordered via 'gift crate' in cargo.
+ battlefieldCommander:
+ - rscadd: Added packed snow brick material. Craft it using snow piles.
+ - recadd: Added snow girders and igloo walls. Craft them using snow bricks.
+ - rscadd: Added various snowmen. Craft them using snow piles. Punch 'em to destroy.
diff --git a/html/changelogs/ANEWBE CASTS FIST.yml b/html/changelogs/ANEWBE CASTS FIST.yml
deleted file mode 100644
index 229458924d1..00000000000
--- a/html/changelogs/ANEWBE CASTS FIST.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: "RINGS AND CERTAIN GLOVES INCREASE PUNCHING DAMAGE."
- - tweak: "BRASS KNUCKLES HAVE BEEN TURNED INTO GLOVES AND REBALANCED. THEY DO LESS DAMAGE PER HIT BECAUSE IT'S HARD TO DISARM A PAIR OF GLOVES."
diff --git a/html/changelogs/Anewbe - Mines.yml b/html/changelogs/Anewbe - Mines.yml
deleted file mode 100644
index 502771f2484..00000000000
--- a/html/changelogs/Anewbe - Mines.yml
+++ /dev/null
@@ -1,40 +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:
- - rscadd: "Added a random mine spawner, for use in PoIs. Replaces mines in PoIs with the random spawner."
- - rscadd: "Mines now give a visible message when they go off."
- - tweak: "Land mines on the ground can no longer be told apart from one another, to prevent gaming the system."
- - bugfix: "Hovering mobs (viscerators, drones, Poly, carp) no longer set off land mines."
- - tweak: "Arming a land mine now takes concentration. If you move, it will boom."
diff --git a/html/changelogs/Anewbe- Various.yml b/html/changelogs/Anewbe- Various.yml
deleted file mode 100644
index c6b7dad78e5..00000000000
--- a/html/changelogs/Anewbe- Various.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: 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:
- - rscadd: "Cyborg Chargers now decrease radiation on FBPs."
- - tweak: "Falling one floor now does a lot less damage, on average."
- - bugfix: "Falling one floor in a Mech no longer hurts the occupant."
diff --git a/html/changelogs/BattlefieldCommander-doyouwannabuildasnowman.yml b/html/changelogs/BattlefieldCommander-doyouwannabuildasnowman.yml
deleted file mode 100644
index 4ee55c61148..00000000000
--- a/html/changelogs/BattlefieldCommander-doyouwannabuildasnowman.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 packed snow brick material. Craft it using snow piles."
- - recadd: "Added snow girders and igloo walls. Craft them using snow bricks."
- - rscadd: "Added various snowmen. Craft them using snow piles. Punch 'em to destroy."
\ No newline at end of file
diff --git a/html/changelogs/PrismaticGynoid-movethosemachines.yml b/html/changelogs/PrismaticGynoid-movethosemachines.yml
deleted file mode 100644
index b7e06c916fc..00000000000
--- a/html/changelogs/PrismaticGynoid-movethosemachines.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: PrismaticGynoid
-delete-after: True
-changes:
- - rscadd: "A lot more machines can now be moved with a wrench, mostly kitchen, hydroponics, and virology machines."
diff --git a/html/changelogs/PrismaticGynoid-universalponchos.yml b/html/changelogs/PrismaticGynoid-universalponchos.yml
deleted file mode 100644
index 185525498be..00000000000
--- a/html/changelogs/PrismaticGynoid-universalponchos.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: PrismaticGynoid
-delete-after: True
-changes:
- - tweak: "Changed department ponchos to be open to any job, just like department jackets."
diff --git a/html/changelogs/schnayy-giftcrates.yml b/html/changelogs/schnayy-giftcrates.yml
deleted file mode 100644
index 08c0668df58..00000000000
--- a/html/changelogs/schnayy-giftcrates.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: Schnayy
-
-delete-after: True
-
-changes:
- - rscadd: "Adds bouquets. Can be ordered via 'gift crate' in cargo."
- - rscadd: "Adds fake bouquets for the cheap. Can currently be won from arcade machines."
- - rscadd: "Adds chocolate heart-shaped boxes. Can be ordered via 'gift crate' in cargo."
- - rscadd: "Adds gift cards with four cover variations. Function like paper. Can be ordered via 'gift crate' in cargo."
\ No newline at end of file