diff --git a/html/changelog.html b/html/changelog.html
index 1c5a0a5c8e2..38baf19051d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,43 @@
-->
+
16 December 2015
+
HarpyEagle updated:
+
+ - Fixed a couple of bugs causing phoron gas fires to burn cooler and slower than they were supposed to.
+ - Merc bombs are now appropriately explosive again. Same goes for bombs made by toxins.
+
+
Hubblenaut updated:
+
+ - Mobs on help intent will not push others that aren't.
+ - Adds tape for atmospherics.
+ - Tape graphics and algorithm changes. Looks a lot more appealing now.
+ - Starting and ending tape on the same turf will connect it to all surrounding walls/windows.
+ - Lifting a part of the tape will lift an entire tape section.
+ - Mobs on help intent do stop for tape.
+ - Crumpled tape does not affect tape breaking behavior anymore.
+ - Fixes vending machines not adding stored goods when maintenance panel is closed.
+ - Doors do only buzz once on failed closing attempt.
+
+
Neerti updated:
+
+ - Adds NanoUI for communicators, the ability for communicators to call other communicators on the station, the ability for station-bound people to call ghosts, and for ghosts to toggle their visibility to communicators on or off in character preferences (defaults to off). Communicators can now also support more than one call at the same time, for both ghosts and normal communicators.
+ - Adds new machine to telecomms, the Exonet node. It is very basic in terms of functionality, but certain services can be selectively disabled from it, such as newscaster updates, communicators, or external PDA messages. Adds methods for building and deconstructing Exonet nodes.
+ - Adds framework for a fake-networking system called EPv2 that communicators will now use, and perhaps other machines will in the future, for good or for evil.
+ - Changeling Spacearmor reduced in protective ability.
+ - Cryogenic String and Delayed Toxic Sting now have a three minute cooldown upon stinging someone.
+ - Cryotoxin, the chemical used in Cryogenic String, is 25% less potent now.
+ - The rune to summon Narsie has been changed. Narsie is no longer summoned, but Hell still comes.
+ - Spooky mobs spawned from spooky portals as a result of Hell coming have had their speed, health, and damage reduced.
+ - Manifested humans no longer count for summoning Hell.
+
+
Zuhayr updated:
+
+ - Aiming has been rewritten, keep an eye out for weird behavior.
+ - Removed the detective scanner and associated machinery.
+ - Added a microscope, machine forensic scanner, etc. from Aurora forensics.
+
+
06 December 2015
Datraen updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index fb189b7b9f5..01357933c02 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -2356,3 +2356,47 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
span.
- rscadd: Users with sufficient access can instead select pre-defined channels outside
this span, such as department channels, when using intercoms.
+2015-12-16:
+ HarpyEagle:
+ - bugfix: Fixed a couple of bugs causing phoron gas fires to burn cooler and slower
+ than they were supposed to.
+ - bugfix: Merc bombs are now appropriately explosive again. Same goes for bombs
+ made by toxins.
+ Hubblenaut:
+ - tweak: Mobs on help intent will not push others that aren't.
+ - rscadd: Adds tape for atmospherics.
+ - tweak: Tape graphics and algorithm changes. Looks a lot more appealing now.
+ - tweak: Starting and ending tape on the same turf will connect it to all surrounding
+ walls/windows.
+ - tweak: Lifting a part of the tape will lift an entire tape section.
+ - tweak: Mobs on help intent do stop for tape.
+ - bugfix: Crumpled tape does not affect tape breaking behavior anymore.
+ - bugfix: Fixes vending machines not adding stored goods when maintenance panel
+ is closed.
+ - tweak: Doors do only buzz once on failed closing attempt.
+ Neerti:
+ - rscadd: Adds NanoUI for communicators, the ability for communicators to call other
+ communicators on the station, the ability for station-bound people to call ghosts,
+ and for ghosts to toggle their visibility to communicators on or off in character
+ preferences (defaults to off). Communicators can now also support more than
+ one call at the same time, for both ghosts and normal communicators.
+ - rscadd: Adds new machine to telecomms, the Exonet node. It is very basic in terms
+ of functionality, but certain services can be selectively disabled from it,
+ such as newscaster updates, communicators, or external PDA messages. Adds methods
+ for building and deconstructing Exonet nodes.
+ - experiment: Adds framework for a fake-networking system called EPv2 that communicators
+ will now use, and perhaps other machines will in the future, for good or for
+ evil.
+ - rscdel: Changeling Spacearmor reduced in protective ability.
+ - rscdel: Cryogenic String and Delayed Toxic Sting now have a three minute cooldown
+ upon stinging someone.
+ - rscdel: Cryotoxin, the chemical used in Cryogenic String, is 25% less potent now.
+ - rscdel: The rune to summon Narsie has been changed. Narsie is no longer summoned,
+ but Hell still comes.
+ - rscdel: Spooky mobs spawned from spooky portals as a result of Hell coming have
+ had their speed, health, and damage reduced.
+ - rscdel: Manifested humans no longer count for summoning Hell.
+ Zuhayr:
+ - tweak: Aiming has been rewritten, keep an eye out for weird behavior.
+ - rscdel: Removed the detective scanner and associated machinery.
+ - rscadd: Added a microscope, machine forensic scanner, etc. from Aurora forensics.
diff --git a/html/changelogs/HarpyEagle-ttv.yml b/html/changelogs/HarpyEagle-ttv.yml
deleted file mode 100644
index 67d426e234e..00000000000
--- a/html/changelogs/HarpyEagle-ttv.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-################################
-# 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
-#################################
-
-author: HarpyEagle
-delete-after: True
-changes:
- - bugfix: "Fixed a couple of bugs causing phoron gas fires to burn cooler and slower than they were supposed to."
- - bugfix: "Merc bombs are now appropriately explosive again. Same goes for bombs made by toxins."
diff --git a/html/changelogs/Hubblenaut-dev.yml b/html/changelogs/Hubblenaut-dev.yml
deleted file mode 100644
index a72817b42fd..00000000000
--- a/html/changelogs/Hubblenaut-dev.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: Hubblenaut
-
-# 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: "Mobs on help intent will not push others that aren't."
diff --git a/html/changelogs/Hubblenaut-tape.yml b/html/changelogs/Hubblenaut-tape.yml
deleted file mode 100644
index fa97c1a036c..00000000000
--- a/html/changelogs/Hubblenaut-tape.yml
+++ /dev/null
@@ -1,41 +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: Hubblenaut
-
-# 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 tape for atmospherics."
- - tweak: "Tape graphics and algorithm changes. Looks a lot more appealing now."
- - tweak: "Starting and ending tape on the same turf will connect it to all surrounding walls/windows."
- - tweak: "Lifting a part of the tape will lift an entire tape section."
- - tweak: "Mobs on help intent do stop for tape."
- - bugfix: "Crumpled tape does not affect tape breaking behavior anymore."
diff --git a/html/changelogs/Hubblenaut-vending.yml b/html/changelogs/Hubblenaut-vending.yml
deleted file mode 100644
index 77d4c0dca3a..00000000000
--- a/html/changelogs/Hubblenaut-vending.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: Hubblenaut
-
-# 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: "Fixes vending machines not adding stored goods when maintenance panel is closed."
\ No newline at end of file
diff --git a/html/changelogs/Hubblenaut_airlocks.yml b/html/changelogs/Hubblenaut_airlocks.yml
deleted file mode 100644
index 46bbac1c0d1..00000000000
--- a/html/changelogs/Hubblenaut_airlocks.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: Hubblenaut
-
-# 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: "Doors do only buzz once on failed closing attempt."
diff --git a/html/changelogs/Zuhayr-aiming.yml b/html/changelogs/Zuhayr-aiming.yml
deleted file mode 100644
index 88b4b7f3d54..00000000000
--- a/html/changelogs/Zuhayr-aiming.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Zuhayr
-delete-after: True
-changes:
- - tweak: "Aiming has been rewritten, keep an eye out for weird behavior."
diff --git a/html/changelogs/Zuhayr-forensics.yml b/html/changelogs/Zuhayr-forensics.yml
deleted file mode 100644
index 83705dc3621..00000000000
--- a/html/changelogs/Zuhayr-forensics.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Zuhayr
-delete-after: True
-changes:
- - rscdel: "Removed the detective scanner and associated machinery."
- - rscadd: "Added a microscope, machine forensic scanner, etc. from Aurora forensics."
\ No newline at end of file
diff --git a/html/changelogs/neerti-communicators2.yml b/html/changelogs/neerti-communicators2.yml
deleted file mode 100644
index 8f30b0edd29..00000000000
--- a/html/changelogs/neerti-communicators2.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: Neerti
-
-# 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 NanoUI for communicators, the ability for communicators to call other communicators on the station, the ability for station-bound people to call ghosts, and for ghosts to toggle their visibility to communicators on or off in character preferences (defaults to off). Communicators can now also support more than one call at the same time, for both ghosts and normal communicators."
- - rscadd: "Adds new machine to telecomms, the Exonet node. It is very basic in terms of functionality, but certain services can be selectively disabled from it, such as newscaster updates, communicators, or external PDA messages. Adds methods for building and deconstructing Exonet nodes."
- - experiment: "Adds framework for a fake-networking system called EPv2 that communicators will now use, and perhaps other machines will in the future, for good or for evil."
diff --git a/html/changelogs/neerti-lingnerfs.yml b/html/changelogs/neerti-lingnerfs.yml
deleted file mode 100644
index e0da0b4fd78..00000000000
--- a/html/changelogs/neerti-lingnerfs.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: Neerti
-
-# 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:
- - rscdel: "Changeling Spacearmor reduced in protective ability."
- - rscdel: "Cryogenic String and Delayed Toxic Sting now have a three minute cooldown upon stinging someone."
- - rscdel: "Cryotoxin, the chemical used in Cryogenic String, is 25% less potent now."
diff --git a/html/changelogs/neerti-narsie.yml b/html/changelogs/neerti-narsie.yml
deleted file mode 100644
index 2a4de03b0a0..00000000000
--- a/html/changelogs/neerti-narsie.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: Neerti
-
-# 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:
- - rscdel: "The rune to summon Narsie has been changed. Narsie is no longer summoned, but Hell still comes."
- - rscdel: "Spooky mobs spawned from spooky portals as a result of Hell coming have had their speed, health, and damage reduced."
- - rscdel: "Manifested humans no longer count for summoning Hell."