diff --git a/html/changelog.html b/html/changelog.html
index 68cd002dcdb..262dd68a4d1 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -42,6 +42,12 @@
Intrepid moved one tile south, with a tiny expedition preparation area added in front of it.
OX devlivery point ruin updated and fixed.
+ Geeves updated:
+
+ - Tuned up a lot of overmap event announcements, they will now announce to the appropriate ship. For shuttles, a small ping and a readout will come from the sensors console instead of a big announcement.
+ - Fixed a lot of events targetting the wrong ship, such as the ion storm one.
+ - Temporarily disabled the gravity event, as it affects ships globally instead of per-ship.
+
MattAtlas updated:
- Removed an errant comment from the code.
@@ -52,6 +58,10 @@
- Adds a burst-fire blaster rifle as the primary weapon of the TCAF.
- Adds TCAF gear crates to the antag uplink.
+ ShakyJake updated:
+
+ - Implements and polishes a set of ruins made by CourierBravo for Konyang.
+
SimpleMaroon updated:
- Vaurca Breeders now have access to the Tradeband language processor.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 5e90315c2dc..8fddc0e32d4 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -33178,12 +33178,22 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- maptweak: Intrepid moved one tile south, with a tiny expedition preparation area
added in front of it.
- maptweak: OX devlivery point ruin updated and fixed.
+ Geeves:
+ - tweak: Tuned up a lot of overmap event announcements, they will now announce to
+ the appropriate ship. For shuttles, a small ping and a readout will come from
+ the sensors console instead of a big announcement.
+ - bugfix: Fixed a lot of events targetting the wrong ship, such as the ion storm
+ one.
+ - tweak: Temporarily disabled the gravity event, as it affects ships globally instead
+ of per-ship.
MattAtlas:
- tweak: Removed an errant comment from the code.
RustingWithYou:
- rscadd: Adds a Republican Fleet corvette.
- rscadd: Adds a burst-fire blaster rifle as the primary weapon of the TCAF.
- rscadd: Adds TCAF gear crates to the antag uplink.
+ ShakyJake:
+ - rscadd: Implements and polishes a set of ruins made by CourierBravo for Konyang.
SimpleMaroon:
- bugfix: Vaurca Breeders now have access to the Tradeband language processor.
meep109:
diff --git a/html/changelogs/ShakyJake - cb_konyang_ruins.yml b/html/changelogs/ShakyJake - cb_konyang_ruins.yml
deleted file mode 100644
index ae4bda85a3f..00000000000
--- a/html/changelogs/ShakyJake - cb_konyang_ruins.yml
+++ /dev/null
@@ -1,41 +0,0 @@
-################################
-# Example Changelog File
-#
-# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
-#
-# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
-# When it is, any changes listed below will disappear.
-#
-# Valid Prefixes:
-# bugfix
-# wip (For works in progress)
-# tweak
-# soundadd
-# sounddel
-# rscadd (general adding of nice things)
-# rscdel (general deleting of nice things)
-# imageadd
-# imagedel
-# maptweak
-# spellcheck (typo fixes)
-# experiment
-# balance
-# admin
-# backend
-# security
-# refactor
-#################################
-
-# Your name.
-author: ShakyJake
-
-# 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: "Implements and polishes a set of ruins made by CourierBravo for Konyang."
diff --git a/html/changelogs/geeves-overmap_announcement.yml b/html/changelogs/geeves-overmap_announcement.yml
deleted file mode 100644
index e527c7bef72..00000000000
--- a/html/changelogs/geeves-overmap_announcement.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - tweak: "Tuned up a lot of overmap event announcements, they will now announce to the appropriate ship. For shuttles, a small ping and a readout will come from the sensors console instead of a big announcement."
- - bugfix: "Fixed a lot of events targetting the wrong ship, such as the ion storm one."
- - tweak: "Temporarily disabled the gravity event, as it affects ships globally instead of per-ship."
\ No newline at end of file