diff --git a/html/changelog.html b/html/changelog.html
index 485fbce4a18..6e60bf7a311 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -39,6 +39,7 @@
Geeves updated:
- Three Towns Cider cans now have a crushed icon state.
+ - Removing items from skrell headtail pocket storage now works properly. It used to check if they had a hat, not a head.
18 February 2021
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 807ca866487..7bd874badbc 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -18372,3 +18372,5 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2021-02-19:
Geeves:
- bugfix: Three Towns Cider cans now have a crushed icon state.
+ - bugfix: Removing items from skrell headtail pocket storage now works properly.
+ It used to check if they had a hat, not a head.
diff --git a/html/changelogs/geeves-skrell_fixes.yml b/html/changelogs/geeves-skrell_fixes.yml
deleted file mode 100644
index df4f77c202e..00000000000
--- a/html/changelogs/geeves-skrell_fixes.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Removing items from skrell headtail pocket storage now works properly. It used to check if they had a hat, not a head."
\ No newline at end of file