diff --git a/html/changelog.html b/html/changelog.html
index 3b50cdfa1cb..2818e83f746 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,12 @@
-->
+
09 September 2017
+
Ezuo updated:
+
+ - Fixed the long broken Lawgiver code. It will now function as intended, with different firemodes using different charge values.
+
+
06 September 2017
Skull132 updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 55044ade185..b72920ef522 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4549,3 +4549,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Skull132:
- bugfix: Cameras will no longer lag the server to death whenever you click to jump
to a turf that's outside the station.
+2017-09-09:
+ Ezuo:
+ - bugfix: Fixed the long broken Lawgiver code. It will now function as intended,
+ with different firemodes using different charge values.
diff --git a/html/changelogs/ezuo_giver-of-laws.yml b/html/changelogs/ezuo_giver-of-laws.yml
deleted file mode 100644
index 994b6a542a0..00000000000
--- a/html/changelogs/ezuo_giver-of-laws.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-author: Ezuo
-
-# 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:
- - bugfix: "Fixed the long broken Lawgiver code. It will now function as intended, with different firemodes using different charge values."