diff --git a/html/changelog.html b/html/changelog.html
index 78666cc3659..636d6cf68c7 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,11 @@
02 August 2020
+
Crosarius updated:
+
+ - Removed a wire crossover between the mains powernet and the civillian surface subnet, which was occuring in the emergency service dock.
+ - Fixed a hanging loose end of cable which should connect telecommunications (and its solars) to civillian surface mains grid.
+
Snakebittenn updated:
- Deletes superfluous Black Boots from the loadout. These had the same exact sprite as jackboots, did you know?
@@ -45,6 +50,10 @@
- Xenos can now select boots again.
- Toeless thigh high boots are now actually thigh high.
+
mikomyazaki updated:
+
+ - Constructing generic station flooring will no longer create the wrong type.
+
01 August 2020
Aboshehab updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 7a8ff99624e..af89efe2c3e 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -14642,6 +14642,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: AI can now properly alt-click on objects to open the stat panel list of
things on that turf without it immediately closing.
2020-08-02:
+ Crosarius:
+ - bugfix: Removed a wire crossover between the mains powernet and the civillian
+ surface subnet, which was occuring in the emergency service dock.
+ - bugfix: Fixed a hanging loose end of cable which should connect telecommunications
+ (and its solars) to civillian surface mains grid.
Snakebittenn:
- rscdel: Deletes superfluous Black Boots from the loadout. These had the same exact
sprite as jackboots, did you know?
@@ -14650,3 +14655,6 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscdel: Nerfs Jackboot protection a bit.
- bugfix: Xenos can now select boots again.
- bugfix: Toeless thigh high boots are now actually thigh high.
+ mikomyazaki:
+ - bugfix: Constructing generic station flooring will no longer create the wrong
+ type.
diff --git a/html/changelogs/Crosarius-PR-PowerNetFix.yml b/html/changelogs/Crosarius-PR-PowerNetFix.yml
deleted file mode 100644
index e6d6319c3cc..00000000000
--- a/html/changelogs/Crosarius-PR-PowerNetFix.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-author: Crosarius
-delete-after: True
-
-changes:
- - bugfix: "Removed a wire crossover between the mains powernet and the civillian surface subnet, which was occuring in the emergency service dock."
-
- - bugfix: "Fixed a hanging loose end of cable which should connect telecommunications (and its solars) to civillian surface mains grid."
diff --git a/html/changelogs/floor_building.yml b/html/changelogs/floor_building.yml
deleted file mode 100644
index 3157a74d8c5..00000000000
--- a/html/changelogs/floor_building.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: mikomyazaki
-
-delete-after: True
-
-changes:
- - bugfix: "Constructing generic station flooring will no longer create the wrong type."
\ No newline at end of file