diff --git a/html/changelog.html b/html/changelog.html
index a90091fadb1..0618ceef81d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -59,11 +59,26 @@
Denton updated:
- Fixed a bug where golem shells couldn't be completed by certain brass/sandstone/titanium stacks.
+ - The Spider Clan holding facility has completed minor renovations. The dojo now includes medical and surgical equipment, while the lobby has a fire extinguisher and plasmaman equipment.
+ - Plasma and wooden golems no longer need to breathe, same as all other golems.
+ - Fixed wrong or incomplete golem spawn info texts.
+ - Added more random golem names.
Irafas updated:
- non-silicons can no longer use machines without standing next to them.
+ XDTM updated:
+
+ - Automatic emotes no longer spam you saying that you can't perform them while unconscious.
+ - Added a Rest button to the HUD. It allows the user to lie down or get back on their feet.
+ - Getting back up now takes a second, to avoid people matrix-ing bullets.
+
+ ninjanomnom updated:
+
+ - Porta turret rotation on shuttles visually would not turn, this has been dealt with.
+ - Decals weren't rotating properly after the recent signal refactor, a couple new procs for dealing with the signals on the parent object have been added to deal with this.
+
10 July 2018
Astatineguy12 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9605bf5b59c..c6b1c8afa54 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18913,5 +18913,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Denton:
- bugfix: Fixed a bug where golem shells couldn't be completed by certain brass/sandstone/titanium
stacks.
+ - tweak: The Spider Clan holding facility has completed minor renovations. The dojo
+ now includes medical and surgical equipment, while the lobby has a fire extinguisher
+ and plasmaman equipment.
+ - bugfix: Plasma and wooden golems no longer need to breathe, same as all other
+ golems.
+ - spellcheck: Fixed wrong or incomplete golem spawn info texts.
+ - tweak: Added more random golem names.
Irafas:
- bugfix: non-silicons can no longer use machines without standing next to them.
+ XDTM:
+ - bugfix: Automatic emotes no longer spam you saying that you can't perform them
+ while unconscious.
+ - rscadd: Added a Rest button to the HUD. It allows the user to lie down or get
+ back on their feet.
+ - balance: Getting back up now takes a second, to avoid people matrix-ing bullets.
+ ninjanomnom:
+ - bugfix: Porta turret rotation on shuttles visually would not turn, this has been
+ dealt with.
+ - bugfix: Decals weren't rotating properly after the recent signal refactor, a couple
+ new procs for dealing with the signals on the parent object have been added
+ to deal with this.
diff --git a/html/changelogs/AutoChangeLog-pr-39006.yml b/html/changelogs/AutoChangeLog-pr-39006.yml
deleted file mode 100644
index 3eaaa8781ed..00000000000
--- a/html/changelogs/AutoChangeLog-pr-39006.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "XDTM"
-delete-after: True
-changes:
- - bugfix: "Automatic emotes no longer spam you saying that you can't perform them while unconscious."
diff --git a/html/changelogs/AutoChangeLog-pr-39034.yml b/html/changelogs/AutoChangeLog-pr-39034.yml
deleted file mode 100644
index cc9999a8e99..00000000000
--- a/html/changelogs/AutoChangeLog-pr-39034.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Denton"
-delete-after: True
-changes:
- - tweak: "The Spider Clan holding facility has completed minor renovations. The dojo now includes medical and surgical equipment, while the lobby has a fire extinguisher and plasmaman equipment."
diff --git a/html/changelogs/AutoChangeLog-pr-39052.yml b/html/changelogs/AutoChangeLog-pr-39052.yml
deleted file mode 100644
index 914fb28a420..00000000000
--- a/html/changelogs/AutoChangeLog-pr-39052.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "XDTM"
-delete-after: True
-changes:
- - rscadd: "Added a Rest button to the HUD. It allows the user to lie down or get back on their feet."
- - balance: "Getting back up now takes a second, to avoid people matrix-ing bullets."
diff --git a/html/changelogs/AutoChangeLog-pr-39053.yml b/html/changelogs/AutoChangeLog-pr-39053.yml
deleted file mode 100644
index 325ef4df31f..00000000000
--- a/html/changelogs/AutoChangeLog-pr-39053.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "Denton"
-delete-after: True
-changes:
- - bugfix: "Plasma and wooden golems no longer need to breathe, same as all other golems."
- - spellcheck: "Fixed wrong or incomplete golem spawn info texts."
- - tweak: "Added more random golem names."
diff --git a/html/changelogs/AutoChangeLog-pr-39055.yml b/html/changelogs/AutoChangeLog-pr-39055.yml
deleted file mode 100644
index fb95d29ce45..00000000000
--- a/html/changelogs/AutoChangeLog-pr-39055.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "ninjanomnom"
-delete-after: True
-changes:
- - bugfix: "Porta turret rotation on shuttles visually would not turn, this has been dealt with."
- - bugfix: "Decals weren't rotating properly after the recent signal refactor, a couple new procs for dealing with the signals on the parent object have been added to deal with this."