diff --git a/html/changelog.html b/html/changelog.html
index c67dee8aed4..10b9979c75a 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -80,6 +80,12 @@
- The booze o' mat now has wine..bags.
+ KasparoVy updated:
+
+ - The eyes of humanoids who have XRAY vision mutation, sufficiently high darkview, synthetic eyes or eye implants now appear to shine in the dark.
+ - Adds a way to 'cut' one icon's pixels out of another by using the get_icon_difference() proc.
+ - get_location_accessible() now checks the appropriate flags when determining the accessibility of eyes.
+
Serket updated:
- Death Wand can kill slimes and hopefully everything
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 9b63daa6967..848f94eae74 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -6102,6 +6102,13 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
the container with your purchase.
Fethas:
- rscadd: The booze o' mat now has wine..bags.
+ KasparoVy:
+ - rscadd: The eyes of humanoids who have XRAY vision mutation, sufficiently high
+ darkview, synthetic eyes or eye implants now appear to shine in the dark.
+ - rscadd: Adds a way to 'cut' one icon's pixels out of another by using the get_icon_difference()
+ proc.
+ - bugfix: get_location_accessible() now checks the appropriate flags when determining
+ the accessibility of eyes.
Serket:
- bugfix: Death Wand can kill slimes and hopefully everything
- bugfix: Wizards can no longer mind-swap borgs
diff --git a/html/changelogs/AutoChangeLog-pr-8489.yml b/html/changelogs/AutoChangeLog-pr-8489.yml
deleted file mode 100644
index 8bc80eef08c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-8489.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: "KasparoVy"
-delete-after: True
-changes:
- - rscadd: "The eyes of humanoids who have XRAY vision mutation, sufficiently high darkview, synthetic eyes or eye implants now appear to shine in the dark."
- - rscadd: "Adds a way to 'cut' one icon's pixels out of another by using the get_icon_difference() proc."
- - bugfix: "get_location_accessible() now checks the appropriate flags when determining the accessibility of eyes."