diff --git a/html/changelog.html b/html/changelog.html
index 87b7bfd191c..ee0bbb9ac7d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -47,6 +47,8 @@
Adds suit coolers to the atmos technician suit storages.
Moves the heavy flashlight in engineering's locker room to the Engineer locker.
Fixes the RFD being unable to construct nor deconstruct full windows and their frames.
+ Renames the "desc_fluff" variable on objects to "desc_extended" to better reflect its intended purpose.
+ Merges "desc_cult" with "desc_antag". Removes the "desc_cult" variable.
WickedCybs updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 48329c5af9f..95de5d615c2 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -26680,6 +26680,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
locker.
- bugfix: Fixes the RFD being unable to construct nor deconstruct full windows and
their frames.
+ - tweak: Renames the "desc_fluff" variable on objects to "desc_extended"
+ to better reflect its intended purpose.
+ - tweak: Merges "desc_cult" with "desc_antag". Removes the "desc_cult"
+ variable.
WickedCybs:
- rscadd: Adds a small biogenerator to the public garden.
- tweak: Tweaks the second deck security checkpoint by removing the extra paper
diff --git a/html/changelogs/extra_descriptions_tweak.yml b/html/changelogs/extra_descriptions_tweak.yml
deleted file mode 100644
index 77e048161d1..00000000000
--- a/html/changelogs/extra_descriptions_tweak.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - tweak: "Renames the \"desc_fluff\" variable on objects to \"desc_extended\" to better reflect its intended purpose."
- - tweak: "Merges \"desc_cult\" with \"desc_antag\". Removes the \"desc_cult\" variable."
\ No newline at end of file