diff --git a/html/changelog.html b/html/changelog.html
index db377635214..712e4ca74f1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,13 @@
-->
13 May 2017
+
Fethas updated:
+
+ - fixes a redundent add_cultist proc so cult memorize objectives works on new converts.
+ - fixes an istype with IS_GAMEMODE_CULT
+ - Narsie now will sometimes make a door a cult door..i thought i had that in the first time.
+ - runed metal can now be only used on cult girders.
+
KasparoVy updated:
- Fixes a sprite issue with the Unathi Dorsal Frill's webbing.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index f3c98227d68..443e8d8a377 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4654,5 +4654,12 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Gives a hint that the cowboy shirts are meant to be clipped on to your
uniform
2017-05-13:
+ Fethas:
+ - bugfix: fixes a redundent add_cultist proc so cult memorize objectives works on
+ new converts.
+ - bugfix: fixes an istype with IS_GAMEMODE_CULT
+ - bugfix: Narsie now will sometimes make a door a cult door..i thought i had that
+ in the first time.
+ - bugfix: runed metal can now be only used on cult girders.
KasparoVy:
- bugfix: Fixes a sprite issue with the Unathi Dorsal Frill's webbing.
diff --git a/html/changelogs/AutoChangeLog-pr-7271.yml b/html/changelogs/AutoChangeLog-pr-7271.yml
deleted file mode 100644
index b4480daaef3..00000000000
--- a/html/changelogs/AutoChangeLog-pr-7271.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: "Fethas"
-delete-after: True
-changes:
- - bugfix: "fixes a redundent add_cultist proc so cult memorize objectives works on new converts."
- - bugfix: "fixes an istype with IS_GAMEMODE_CULT"
- - bugfix: "Narsie now will sometimes make a door a cult door..i thought i had that in the first time."
- - bugfix: "runed metal can now be only used on cult girders."