diff --git a/html/changelog.html b/html/changelog.html
index 78f1439999b..3601610e17a 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -65,6 +65,15 @@
Non-respawnable players are no longer prompted to submit a pAI when the opportunity is available
Borg sight modules work again
+ Fox McCloud updated:
+
+ - different alert levels for how full you are from starving all the way to fat
+ - There is now satiety and nutrition; being satisfied and full has a number of positive benefits; being unsatisfied and hungry has negative side effects
+ - Some foods have vitamins in them which provide little nutrition, but greatly increase your satisfaction
+ - Some food reagents have had their nutritional values tweaked
+ - reagent numbers tweaked on most food items
+ - Fixes the floral gun not properly working on Diona
+
TullyBurnalot updated:
- Wand of Death now reliably kills people by adding 300 Burn Damage. This includes self-casting
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 0d48efa494b..7772296df64 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -3299,6 +3299,16 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Non-respawnable players are no longer prompted to submit a pAI when the
opportunity is available
- bugfix: Borg sight modules work again
+ Fox McCloud:
+ - rscadd: different alert levels for how full you are from starving all the way
+ to fat
+ - rscadd: There is now satiety and nutrition; being satisfied and full has a number
+ of positive benefits; being unsatisfied and hungry has negative side effects
+ - rscadd: Some foods have vitamins in them which provide little nutrition, but greatly
+ increase your satisfaction
+ - tweak: Some food reagents have had their nutritional values tweaked
+ - tweak: reagent numbers tweaked on most food items
+ - bugfix: Fixes the floral gun not properly working on Diona
TullyBurnalot:
- bugfix: Wand of Death now reliably kills people by adding 300 Burn Damage. This
includes self-casting
diff --git a/html/changelogs/AutoChangeLog-pr-6085.yml b/html/changelogs/AutoChangeLog-pr-6085.yml
deleted file mode 100644
index 367f6de1320..00000000000
--- a/html/changelogs/AutoChangeLog-pr-6085.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-author: "Fox McCloud"
-delete-after: True
-changes:
- - rscadd: "different alert levels for how full you are from starving all the way to fat"
- - rscadd: "There is now satiety and nutrition; being satisfied and full has a number of positive benefits; being unsatisfied and hungry has negative side effects"
- - rscadd: "Some foods have vitamins in them which provide little nutrition, but greatly increase your satisfaction"
- - tweak: "Some food reagents have had their nutritional values tweaked"
- - tweak: "reagent numbers tweaked on most food items"
- - bugfix: "Fixes the floral gun not properly working on Diona"