diff --git a/html/changelog.html b/html/changelog.html
index 3cbb072c7a2..84665fc06ec 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -68,19 +68,49 @@
- Added a missing intercom to the Delta arrivals shuttle.
+ ExcessiveUseOfCobblestone updated:
+
+ - Uplink Items now have 2 separate probabilities. One for the syndicate crate and one for cargo null crates. I encourage you to view uplink_items.dm and make changes.
+
+ Robustin updated:
+
+ - Hostile mobs capable of smashing structures will now smash their way through dense objects too.
+
SpaceManiac updated:
- The blindness overlay applied during cloning now properly stretches for widescreen views.
+ - Various macro consistency problems have been addressed.
YPOQ updated:
- Eminences can hear clock cult chat again
+ george99g updated:
+
+ - Suiciding will now deactivate all your genetics prescans.
+
+ iskyp updated:
+
+ - makes dragnet non harmful
+ - pacifists can now use any disabler or stun setting on any energy gun
+ - removed all of the pacifism check code from code/modules/mob/living/living.dm
+ - gun objects no longer have a harmful variable, instead, ammo_casing objects now have a harmful variable, which is by default set to TRUE
+ - if a pacifist fires a gun, it checks whether or not the round chambered is lethal, instead of whether or not the gun itself is lethal.
+ - /obj/item/machinery/power/supermatter_shard is now /obj/item/machinery/power/supermatter_crystal/shard. the crystal is the parent object.
+
neersighted updated:
- Reduced lag by speeding up logs 10000%
- Logs now include millisecond-level timestamps
+ pigeonsk updated:
+
+ - AI now requires silicon playtime instead of crew playtime for roundstart role
+
+ selea updated:
+
+ - fixed runtime in logic circuits, which was occured with invalid input types.
+
09 April 2018
CosmicScientist updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 591be57a494..c005a1229cd 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -17229,11 +17229,37 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- tweak: Detective scanner can display logs via the action button.
Denton:
- bugfix: Added a missing intercom to the Delta arrivals shuttle.
+ ExcessiveUseOfCobblestone:
+ - code_imp: Uplink Items now have 2 separate probabilities. One for the syndicate
+ crate and one for cargo null crates. I encourage you to view uplink_items.dm
+ and make changes.
+ Robustin:
+ - balance: Hostile mobs capable of smashing structures will now smash their way
+ through dense objects too.
SpaceManiac:
- bugfix: The blindness overlay applied during cloning now properly stretches for
widescreen views.
+ - code_imp: Various macro consistency problems have been addressed.
YPOQ:
- bugfix: Eminences can hear clock cult chat again
+ george99g:
+ - bugfix: Suiciding will now deactivate all your genetics prescans.
+ iskyp:
+ - bugfix: makes dragnet non harmful
+ - tweak: pacifists can now use any disabler or stun setting on any energy gun
+ - code_imp: removed all of the pacifism check code from code/modules/mob/living/living.dm
+ - code_imp: gun objects no longer have a harmful variable, instead, ammo_casing
+ objects now have a harmful variable, which is by default set to TRUE
+ - code_imp: if a pacifist fires a gun, it checks whether or not the round chambered
+ is lethal, instead of whether or not the gun itself is lethal.
+ - code_imp: /obj/item/machinery/power/supermatter_shard is now /obj/item/machinery/power/supermatter_crystal/shard.
+ the crystal is the parent object.
neersighted:
- code_imp: Reduced lag by speeding up logs 10000%
- code_imp: Logs now include millisecond-level timestamps
+ pigeonsk:
+ - tweak: AI now requires silicon playtime instead of crew playtime for roundstart
+ role
+ selea:
+ - bugfix: fixed runtime in logic circuits, which was occured with invalid input
+ types.
diff --git a/html/changelogs/AutoChangeLog-pr-36469.yml b/html/changelogs/AutoChangeLog-pr-36469.yml
deleted file mode 100644
index bf8a5c7589a..00000000000
--- a/html/changelogs/AutoChangeLog-pr-36469.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "pigeonsk"
-delete-after: True
-changes:
- - tweak: "AI now requires silicon playtime instead of crew playtime for roundstart role"
diff --git a/html/changelogs/AutoChangeLog-pr-36572.yml b/html/changelogs/AutoChangeLog-pr-36572.yml
deleted file mode 100644
index ce1a7bf7745..00000000000
--- a/html/changelogs/AutoChangeLog-pr-36572.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Robustin"
-delete-after: True
-changes:
- - balance: "Hostile mobs capable of smashing structures will now smash their way through dense objects too."
diff --git a/html/changelogs/AutoChangeLog-pr-36670.yml b/html/changelogs/AutoChangeLog-pr-36670.yml
deleted file mode 100644
index d840dfb164c..00000000000
--- a/html/changelogs/AutoChangeLog-pr-36670.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-author: "iskyp"
-delete-after: True
-changes:
- - bugfix: "makes dragnet non harmful"
- - tweak: "pacifists can now use any disabler or stun setting on any energy gun"
- - code_imp: "removed all of the pacifism check code from code/modules/mob/living/living.dm"
- - code_imp: "gun objects no longer have a harmful variable, instead, ammo_casing objects now have a harmful variable, which is by default set to TRUE"
- - code_imp: "if a pacifist fires a gun, it checks whether or not the round chambered is lethal, instead of whether or not the gun itself is lethal."
diff --git a/html/changelogs/AutoChangeLog-pr-36741.yml b/html/changelogs/AutoChangeLog-pr-36741.yml
deleted file mode 100644
index 0a9ea3a60ba..00000000000
--- a/html/changelogs/AutoChangeLog-pr-36741.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "george99g"
-delete-after: True
-changes:
- - bugfix: "Suiciding will now deactivate all your genetics prescans."
diff --git a/html/changelogs/AutoChangeLog-pr-36983.yml b/html/changelogs/AutoChangeLog-pr-36983.yml
deleted file mode 100644
index 87b32f91360..00000000000
--- a/html/changelogs/AutoChangeLog-pr-36983.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "ExcessiveUseOfCobblestone"
-delete-after: True
-changes:
- - code_imp: "Uplink Items now have 2 separate probabilities. One for the syndicate crate and one for cargo null crates. I encourage you to view uplink_items.dm and make changes."
diff --git a/html/changelogs/AutoChangeLog-pr-37025.yml b/html/changelogs/AutoChangeLog-pr-37025.yml
deleted file mode 100644
index 0a4fbdf647b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-37025.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "iskyp"
-delete-after: True
-changes:
- - code_imp: "/obj/item/machinery/power/supermatter_shard is now /obj/item/machinery/power/supermatter_crystal/shard. the crystal is the parent object."
diff --git a/html/changelogs/AutoChangeLog-pr-37044.yml b/html/changelogs/AutoChangeLog-pr-37044.yml
deleted file mode 100644
index f64ec107497..00000000000
--- a/html/changelogs/AutoChangeLog-pr-37044.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "selea"
-delete-after: True
-changes:
- - bugfix: "fixed runtime in logic circuits, which was occured with invalid input types."
diff --git a/html/changelogs/AutoChangeLog-pr-37092.yml b/html/changelogs/AutoChangeLog-pr-37092.yml
deleted file mode 100644
index b111f8c8d18..00000000000
--- a/html/changelogs/AutoChangeLog-pr-37092.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "SpaceManiac"
-delete-after: True
-changes:
- - code_imp: "Various macro consistency problems have been addressed."