diff --git a/html/changelog.html b/html/changelog.html
index 6ee2b89b27b..88cd85a4fdd 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -57,6 +57,13 @@
03 July 2019
+
Alberyk updated:
+
+ - Fixed the suit cicler having no sprite.
+ - Fixed the flower water having the incorrect sprite
+ - Fixed the meat hook having no sprite.
+ - Fixed mop in hand sprite missing when the mop was wet.
+
Ferner updated:
- Fixes the quarantine crematorium igniter being inaccessible to medical personnel.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0d9feff9ec9..7b5ee3b8479 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -8267,6 +8267,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Tweaked the suit storage unit to use overlays instead. Added a new sprite
for the panel opening.
2019-07-03:
+ Alberyk:
+ - bugfix: Fixed the suit cicler having no sprite.
+ - bugfix: Fixed the flower water having the incorrect sprite
+ - bugfix: Fixed the meat hook having no sprite.
+ - bugfix: Fixed mop in hand sprite missing when the mop was wet.
Ferner:
- bugfix: Fixes the quarantine crematorium igniter being inaccessible to medical
personnel.
diff --git a/html/changelogs/alberyk-cyclerfix.yml b/html/changelogs/alberyk-cyclerfix.yml
deleted file mode 100644
index a45659f733b..00000000000
--- a/html/changelogs/alberyk-cyclerfix.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: Alberyk
-delete-after: True
-
-changes:
- - bugfix: "Fixed the suit cicler having no sprite."
\ No newline at end of file
diff --git a/html/changelogs/alberyk-spritefix.yml b/html/changelogs/alberyk-spritefix.yml
deleted file mode 100644
index 5ed303f9cd3..00000000000
--- a/html/changelogs/alberyk-spritefix.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Alberyk
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed the flower water having the incorrect sprite"
- - bugfix: "Fixed the meat hook having no sprite."
- - bugfix: "Fixed mop in hand sprite missing when the mop was wet."