diff --git a/html/changelog.html b/html/changelog.html
index 4790ea7ce76..0f213be5a61 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,12 @@
18 December 2018
+
Citinited updated:
+
+ - Adds the snow machine. Fill it up with water, turn it on, and watch it create a winter wonderland all on its own! For best results set your room's air alarm to the lowest value it can go to.
+ - The snow machine is orderable from cargo during Christmas time.
+ - You can use a shovel to clear away generated snow. Scrooge.
+
FreeStylaLT updated:
- Christmas!
@@ -65,6 +71,14 @@
- updated santa hat sprite, use hat to toggle beard
+ Tails2091 updated:
+
+ - Fixes vent crawl vision sticking around for simple_animals.
+
+ datlo updated:
+
+ - Added a global cap on printing papers.
+
17 December 2018
MarsM0nd updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 293c837ea05..b0e0cdd0bc9 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -8386,7 +8386,17 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
MarsM0nd:
- bugfix: Restores mech radial menu functionality.
2018-12-18:
+ Citinited:
+ - rscadd: Adds the snow machine. Fill it up with water, turn it on, and watch it
+ create a winter wonderland all on its own! For best results set your room's
+ air alarm to the lowest value it can go to.
+ - rscadd: The snow machine is orderable from cargo during Christmas time.
+ - tweak: You can use a shovel to clear away generated snow. Scrooge.
FreeStylaLT:
- rscadd: Christmas!
Ionward:
- tweak: updated santa hat sprite, use hat to toggle beard
+ Tails2091:
+ - bugfix: Fixes vent crawl vision sticking around for simple_animals.
+ datlo:
+ - bugfix: Added a global cap on printing papers.
diff --git a/html/changelogs/AutoChangeLog-pr-10452.yml b/html/changelogs/AutoChangeLog-pr-10452.yml
deleted file mode 100644
index 92751ab72c2..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10452.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Citinited"
-delete-after: True
-changes:
- - rscadd: "Adds the snow machine. Fill it up with water, turn it on, and watch it create a winter wonderland all on its own! For best results set your room's air alarm to the lowest value it can go to."
- - rscadd: "The snow machine is orderable from cargo during Christmas time."
- - tweak: "You can use a shovel to clear away generated snow. Scrooge."
diff --git a/html/changelogs/AutoChangeLog-pr-10456.yml b/html/changelogs/AutoChangeLog-pr-10456.yml
deleted file mode 100644
index ad860aaa3c4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10456.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "datlo"
-delete-after: True
-changes:
- - bugfix: "Added a global cap on printing papers."
diff --git a/html/changelogs/AutoChangeLog-pr-10472.yml b/html/changelogs/AutoChangeLog-pr-10472.yml
deleted file mode 100644
index 741b2822fde..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10472.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Tails2091"
-delete-after: True
-changes:
- - bugfix: "Fixes vent crawl vision sticking around for simple_animals."