diff --git a/html/changelog.html b/html/changelog.html
index 58b4698cbe2..7e33ba47977 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -55,6 +55,22 @@
-->
+
30 October 2018
+
Barhandar updated:
+
+ - Basic tools are now a starting node and do not need researching.
+ - Autolathe tools can now be printed again without needing a design disk.
+
+
ShizCalev updated:
+
+ - Fixed an exploit allowing you to teleport ammo out of a magazine.
+ - Fixed magazine loading sounds playing at the incorrect location if you load the magazine via TK.
+
+
Zxaber updated:
+
+ - Fixed borg organ bags causing brain damage when picking up brains.
+
+
29 October 2018
Barhandar updated:
@@ -1620,25 +1636,6 @@
- Lava isn't a safe place to throw your flammable shit anymore
- The computer screen overlay being rotated incorrectly after construction has been fixed.
-
-
28 August 2018
-
Denton updated:
-
- - The 10 second anti spam cooldown of night shift lighting now works properly.
- - Added an examine message to APCs that mentions Alt-click and Ctrl-click (silicons only) behavior.
-
-
Garen updated:
-
- - adds a signal for screwdriver_act
-
-
SpaceManiac updated:
-
- - Multiple copies of a shuttle each get their own area instances (affects APCs and air alarms).
-
-
XDTM updated:
-
- - The forcefield projector is now available ingame in the engineering protolathe. It can project up to 3 forcefields which act as transparent walls, and share a pool of health which is recharged over time. The projector must remain within 7 tiles of the forcefields to keep them active.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index c4d2190841d..2f43af70fb6 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -21072,3 +21072,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: fixed blindfold item being split in your inventory
cyclowns:
- bugfix: Fixes stimulum and nitryl reagents running out too fast
+2018-10-30:
+ Barhandar:
+ - balance: Basic tools are now a starting node and do not need researching.
+ - tweak: Autolathe tools can now be printed again without needing a design disk.
+ ShizCalev:
+ - bugfix: Fixed an exploit allowing you to teleport ammo out of a magazine.
+ - bugfix: Fixed magazine loading sounds playing at the incorrect location if you
+ load the magazine via TK.
+ Zxaber:
+ - bugfix: Fixed borg organ bags causing brain damage when picking up brains.
diff --git a/html/changelogs/AutoChangeLog-pr-41121.yml b/html/changelogs/AutoChangeLog-pr-41121.yml
deleted file mode 100644
index 488b9c4aee4..00000000000
--- a/html/changelogs/AutoChangeLog-pr-41121.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Barhandar"
-delete-after: True
-changes:
- - balance: "Basic tools are now a starting node and do not need researching."
- - tweak: "Autolathe tools can now be printed again without needing a design disk."
diff --git a/html/changelogs/AutoChangeLog-pr-41208.yml b/html/changelogs/AutoChangeLog-pr-41208.yml
deleted file mode 100644
index 2a143f84224..00000000000
--- a/html/changelogs/AutoChangeLog-pr-41208.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Zxaber"
-delete-after: True
-changes:
- - bugfix: "Fixed borg organ bags causing brain damage when picking up brains."
diff --git a/html/changelogs/AutoChangeLog-pr-41227.yml b/html/changelogs/AutoChangeLog-pr-41227.yml
deleted file mode 100644
index 737fb312b15..00000000000
--- a/html/changelogs/AutoChangeLog-pr-41227.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "ShizCalev"
-delete-after: True
-changes:
- - bugfix: "Fixed an exploit allowing you to teleport ammo out of a magazine."
- - bugfix: "Fixed magazine loading sounds playing at the incorrect location if you load the magazine via TK."