diff --git a/html/changelog.html b/html/changelog.html
index f3acb4a5d61..f7b88aa5d86 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -53,6 +53,22 @@
-->
+
08 August 2018
+
Atermonera updated:
+
+ - The supply controller has been refactored and shifted to nanoUI.
+ - The ordering and control consoles are now generally upgraded in terms of information and options.
+
+
Mechoid updated:
+
+ - Hallucinations are no longer only Pun Pun.
+
+
Neerti updated:
+
+ - Adds new ambience sounds for various areas, especially on the surface of Sif.
+ - Removes low and high-pitched droning from available ambience. Consider trying ambience again if you had turned it off to avoid those.
+
+
01 August 2018
KasparoVv updated:
Mechoid updated:
- - Promethean limbs store more damage.
- - Promethean limbs, in addition to normal severing rules, have a higher chance to be splattered or ashed once they reach maximum damage.
+ - Promethean limbs store more damage.
+ - Promethean limbs, in addition to normal severing rules, have a higher chance to be splattered or ashed once they reach maximum damage.
- Limbs can now spread their damage to neighbors with the spread_dam var, when reaching max damage.
PrismaticGynoid updated:
@@ -282,7 +298,7 @@
- Broken APCs can be bashed open with slightly smaller objects now. This means wrenches are acceptable, no need to hunt down a fire extinguisher.
- EVA rigsuit/hardsuit no longer holds toolboxes in suit storage since those have been a volume inventory for some time now. RIP ghetto satchel.
- - CE's rigsuit/hardsuit no longer holds pickaxes and ore satchels, but can now hold inflateables.
+ - CE's rigsuit/hardsuit no longer holds pickaxes and ore satchels, but can now hold inflateables.
- Retracting rigsuit/hardsuit helmets with no valid mask equipped now disables internals.
- Offline rigsuits/hardsuits are no longer considered valid air supplies by the internals button. Before, your internals would instantly shut off before you could get a breath out of the rigsuit. Now, the internals button will look for a different tank instead.
- Tajaran now get to keep their tails when they wear the EVA, RD, or Industrial rigsuits/hardsuits. Unathi sprites to come soon!
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 3d08f883641..d702ae761be 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4201,3 +4201,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PrismaticGynoid:
- rscadd: Adds four types of colorblindness to the traits in the setup menu.
- tweak: pAIs can now be picked up while unfolded, and can display more than 9 emotions.
+2018-08-08:
+ Atermonera:
+ - rscadd: The supply controller has been refactored and shifted to nanoUI.
+ - rscadd: The ordering and control consoles are now generally upgraded in terms
+ of information and options.
+ Mechoid:
+ - rsctweak: Hallucinations are no longer only Pun Pun.
+ Neerti:
+ - soundadd: Adds new ambience sounds for various areas, especially on the surface
+ of Sif.
+ - sounddel: Removes low and high-pitched droning from available ambience. Consider
+ trying ambience again if you had turned it off to avoid those.
diff --git a/html/changelogs/Atermonera - supply_nanoUI_refactor.yml b/html/changelogs/Atermonera - supply_nanoUI_refactor.yml
deleted file mode 100644
index 03c9df495b9..00000000000
--- a/html/changelogs/Atermonera - supply_nanoUI_refactor.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Atermonera
-delete-after: True
-changes:
- - rscadd: "The supply controller has been refactored and shifted to nanoUI."
- - rscadd: "The ordering and control consoles are now generally upgraded in terms of information and options."
diff --git a/html/changelogs/Mechoid - Hallucinations.yml b/html/changelogs/Mechoid - Hallucinations.yml
deleted file mode 100644
index d368a753799..00000000000
--- a/html/changelogs/Mechoid - Hallucinations.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-author: Mechoid
-
-delete-after: True
-
-changes:
- - rsctweak: "Hallucinations are no longer only Pun Pun."
diff --git a/html/changelogs/Neerti-ambience.yml b/html/changelogs/Neerti-ambience.yml
deleted file mode 100644
index e711c67cfef..00000000000
--- a/html/changelogs/Neerti-ambience.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: 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:
- - soundadd: "Adds new ambience sounds for various areas, especially on the surface of Sif."
- - sounddel: "Removes low and high-pitched droning from available ambience. Consider trying ambience again if you had turned it off to avoid those."