diff --git a/html/changelog.html b/html/changelog.html
index e2142b16170..f9b9447ed4e 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -40,6 +40,14 @@
- Fixes hardcoded health checks setting to 100 instead of maxHealth (mainly in godmode checks but also pAI).
+ JohnWildkins updated:
+
+ - Rescue Pod and Visitor ghost spawners are now mid-round events, rather than a 10% chance to activate on round start.
+ - Added a new subtype of Rescue Pod, which sends a single burglar to the Aurora on non-extended rounds.
+ - Decreased chances of Moderate Infestations, Carp Schools, and Rogue Drone events. Increased chances of Radiation Storm, Electrical Storm, and Communication Blackout events.
+ - Changed Appendicitis chance to scale off slotted Surgeons, rather than medical staff. Rampant Brand Intelligence now scales off of engineers rather than janitors.
+ - Removed powergrid check event from rotation, boosted Electrical Storm chance to compensate.
+
The Stryker, NiennaB updated:
- Added circle and horn antennas to the loadout (Xenowear - IPC, antenna selection).
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index dafa8bcef64..2052847f2c4 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -16435,6 +16435,19 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Amunak:
- bugfix: Fixes hardcoded health checks setting to 100 instead of maxHealth (mainly
in godmode checks but also pAI).
+ JohnWildkins:
+ - tweak: Rescue Pod and Visitor ghost spawners are now mid-round events, rather
+ than a 10% chance to activate on round start.
+ - rscadd: Added a new subtype of Rescue Pod, which sends a single burglar to the
+ Aurora on non-extended rounds.
+ - tweak: Decreased chances of Moderate Infestations, Carp Schools, and Rogue Drone
+ events. Increased chances of Radiation Storm, Electrical Storm, and Communication
+ Blackout events.
+ - tweak: Changed Appendicitis chance to scale off slotted Surgeons, rather than
+ medical staff. Rampant Brand Intelligence now scales off of engineers rather
+ than janitors.
+ - rscdel: Removed powergrid check event from rotation, boosted Electrical Storm
+ chance to compensate.
The Stryker, NiennaB:
- rscadd: Added circle and horn antennas to the loadout (Xenowear - IPC, antenna
selection).
diff --git a/html/changelogs/johnwildkins-events.yml b/html/changelogs/johnwildkins-events.yml
deleted file mode 100644
index 5a49566a431..00000000000
--- a/html/changelogs/johnwildkins-events.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: JohnWildkins
-
-delete-after: True
-
-changes:
- - tweak: "Rescue Pod and Visitor ghost spawners are now mid-round events, rather than a 10% chance to activate on round start."
- - rscadd: "Added a new subtype of Rescue Pod, which sends a single burglar to the Aurora on non-extended rounds."
- - tweak: "Decreased chances of Moderate Infestations, Carp Schools, and Rogue Drone events. Increased chances of Radiation Storm, Electrical Storm, and Communication Blackout events."
- - tweak: "Changed Appendicitis chance to scale off slotted Surgeons, rather than medical staff. Rampant Brand Intelligence now scales off of engineers rather than janitors."
- - rscdel: "Removed powergrid check event from rotation, boosted Electrical Storm chance to compensate."