diff --git a/html/changelog.html b/html/changelog.html
index 771c3621622..d8f9e5143c5 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -42,6 +42,11 @@
Fixed AI shells having no access.
Fixed AI / borgs / etc. speaking locally when sending a radio message.
+ MattAtlas, Wildkins updated:
+
+ - You are no longer affected by ship maneuvers if there is an active gravity generator.
+ - AIs no longer get thrown around by ship maneuvers.
+
PoZe updated:
- Sensor suit will now have 5 different icon states depending on range it is set to (Since our range is not a constant and could change in code, I did not make it 7 but rather precentage of max view range). It also has another icon effect if heat is above 85%.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 51f2d678bf3..96b49515016 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -27011,6 +27011,10 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
to fail.
- bugfix: Fixed AI shells having no access.
- bugfix: Fixed AI / borgs / etc. speaking locally when sending a radio message.
+ MattAtlas, Wildkins:
+ - rscadd: You are no longer affected by ship maneuvers if there is an active gravity
+ generator.
+ - bugfix: AIs no longer get thrown around by ship maneuvers.
PoZe:
- imageadd: Sensor suit will now have 5 different icon states depending on range
it is set to (Since our range is not a constant and could change in code, I
diff --git a/html/changelogs/mattatlas-gravitygen.yml b/html/changelogs/mattatlas-gravitygen.yml
deleted file mode 100644
index af2c47215bc..00000000000
--- a/html/changelogs/mattatlas-gravitygen.yml
+++ /dev/null
@@ -1,42 +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: MattAtlas, Wildkins
-
-# 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: "You are no longer affected by ship maneuvers if there is an active gravity generator."
- - bugfix: "AIs no longer get thrown around by ship maneuvers."