diff --git a/html/changelog.html b/html/changelog.html
index d8e402a4f35..25612650bc8 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,15 @@
19 November 2018
+
Birdtalon updated:
+
+ - Fixes a runtime in safe.dm
+
+
Citinited updated:
+
+ - Alt-clicking a jumpsuit removes accessories from it
+ - Removing an accessory now shows a small message
+
KasparoVy updated:
- Brings the logging of plasma statue ignition up to the same spec at as welder tank explosions.
@@ -74,6 +83,10 @@
- Attempting to learn sleeping carp as a changeling or vampire gives you a red warning message.
- You can now refund the sleeping carp scroll to the uplink.
+
TDSSS updated:
+
+ - A warning if slings are very close to ascension, so the crew can potentially still stop them
+
craftxbox updated:
- add observer/incapacitated check for all sec/medhud actions
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 6d65c8e3287..cd7ac9cbc6e 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -8095,6 +8095,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
uc_guy:
- bugfix: Syndicate borgs are no longer pseudonymous on syndie radio.
2018-11-19:
+ Birdtalon:
+ - bugfix: Fixes a runtime in safe.dm
+ Citinited:
+ - tweak: Alt-clicking a jumpsuit removes accessories from it
+ - tweak: Removing an accessory now shows a small message
KasparoVy:
- tweak: Brings the logging of plasma statue ignition up to the same spec at as
welder tank explosions.
@@ -8114,6 +8119,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Attempting to learn sleeping carp as a changeling or vampire gives you
a red warning message.
- tweak: You can now refund the sleeping carp scroll to the uplink.
+ TDSSS:
+ - rscadd: A warning if slings are very close to ascension, so the crew can potentially
+ still stop them
craftxbox:
- bugfix: add observer/incapacitated check for all sec/medhud actions
datlo:
diff --git a/html/changelogs/AutoChangeLog-pr-10270.yml b/html/changelogs/AutoChangeLog-pr-10270.yml
deleted file mode 100644
index 0166e23f37d..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10270.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: "Citinited"
-delete-after: True
-changes:
- - tweak: "Alt-clicking a jumpsuit removes accessories from it"
- - tweak: "Removing an accessory now shows a small message"
diff --git a/html/changelogs/AutoChangeLog-pr-10271.yml b/html/changelogs/AutoChangeLog-pr-10271.yml
deleted file mode 100644
index 7cc9700a7b0..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10271.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "TDSSS"
-delete-after: True
-changes:
- - rscadd: "A warning if slings are very close to ascension, so the crew can potentially still stop them"
diff --git a/html/changelogs/AutoChangeLog-pr-10274.yml b/html/changelogs/AutoChangeLog-pr-10274.yml
deleted file mode 100644
index d22c15fbdc8..00000000000
--- a/html/changelogs/AutoChangeLog-pr-10274.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Birdtalon"
-delete-after: True
-changes:
- - bugfix: "Fixes a runtime in safe.dm"