diff --git a/html/changelog.html b/html/changelog.html
index 5407d2128d8..94946bc2e1d 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -46,6 +46,12 @@
Gave constructs non-numerical randomized names, credits to Kaed.
Added a new gamemode, Insurrection, which features Borers and Revolutionaries.
+ Scheveningen updated:
+
+ - Most forms of flashes/blinds, especially mounted flashers, now confuse organics after blinding.
+ - Confusion has been buffed up a bit to make you move in an unintended direction a bit more often.
+ - Pocket flashes have had their break chance lowered, and unified together and now don't have a ridiculous chance of breaking for manually using them. This mechanic was a problem for too many years, sorry.
+
mikomyazaki updated:
- Robots moving away while someone tries to crowbar them open/closed will now properly cancel the opening/closing.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index b0fa68e5454..596dcf70f83 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -11877,6 +11877,14 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
and Altars.
- rscadd: Gave constructs non-numerical randomized names, credits to Kaed.
- rscadd: Added a new gamemode, Insurrection, which features Borers and Revolutionaries.
+ Scheveningen:
+ - rscadd: Most forms of flashes/blinds, especially mounted flashers, now confuse
+ organics after blinding.
+ - tweak: Confusion has been buffed up a bit to make you move in an unintended direction
+ a bit more often.
+ - tweak: Pocket flashes have had their break chance lowered, and unified together
+ and now don't have a ridiculous chance of breaking for manually using them.
+ This mechanic was a problem for too many years, sorry.
mikomyazaki:
- bugfix: Robots moving away while someone tries to crowbar them open/closed will
now properly cancel the opening/closing.
diff --git a/html/changelogs/myeyes2schev.yml b/html/changelogs/myeyes2schev.yml
deleted file mode 100644
index 850579c7d9d..00000000000
--- a/html/changelogs/myeyes2schev.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Your name.
-author: Scheveningen
-
-# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
-delete-after: True
-
-# Any changes you've made. See valid prefix list above.
-# INDENT WITH TWO SPACES. NOT TABS. SPACES.
-# SCREW THIS UP AND IT WON'T WORK.
-# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
-# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
-changes:
- - rscadd: "Most forms of flashes/blinds, especially mounted flashers, now confuse organics after blinding."
- - tweak: "Confusion has been buffed up a bit to make you move in an unintended direction a bit more often."
- - tweak: "Pocket flashes have had their break chance lowered, and unified together and now don't have a ridiculous chance of breaking for manually using them. This mechanic was a problem for too many years, sorry."