diff --git a/html/changelog.html b/html/changelog.html
index 07ad8be2143..b372b21e57b 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -56,6 +56,13 @@
-->
+
02 August 2017
+
Lohikar updated:
+
+ - Tesla coils now actually work without requiring server staff intervention.
+ - Fixed a bug where orbits (such as the Tesla) didn't animate as they were intended to.
+
+
31 July 2017
Lohikar updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 712b6c3878a..5b9c2711b98 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -4504,3 +4504,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
no longer steal your clothes. NanoTrasen apologises for any inconveniences caused
by showing up to your workplace in the nude.
- bugfix: Fixed an issue where objects could not be seen in holes in some rare cases.
+2017-08-02:
+ Lohikar:
+ - bugfix: Tesla coils now actually work without requiring server staff intervention.
+ - bugfix: Fixed a bug where orbits (such as the Tesla) didn't animate as they were
+ intended to.
diff --git a/html/changelogs/lohikar-coils.yml b/html/changelogs/lohikar-coils.yml
deleted file mode 100644
index f0766980256..00000000000
--- a/html/changelogs/lohikar-coils.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Lohikar
-delete-after: True
-changes:
- - bugfix: "Tesla coils now actually work without requiring server staff intervention."
diff --git a/html/changelogs/lohikar-orbits.yml b/html/changelogs/lohikar-orbits.yml
deleted file mode 100644
index f019fad13b7..00000000000
--- a/html/changelogs/lohikar-orbits.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: Lohikar
-delete-after: True
-changes:
- - bugfix: "Fixed a bug where orbits (such as the Tesla) didn't animate as they were intended to."