diff --git a/html/changelog.html b/html/changelog.html
index bc2ecc16d3..ed723d0575 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -50,6 +50,22 @@
-->
+
23 June 2021
+
DeltaFire15 updated:
+
+ - A bunch of small nanite things should be less wonky
+ - Slimes are no longer immune to vomiting (undocumented change from a previous PR)
+ - Fruit wine exists again.
+ - Airlock hacking no longer sleeps.
+ - The clockwork gateway deconstruction no longer sleeps.
+ - Teslium reactions and Holywater booms no longer sleep.
+ - Slime timestop no longer sleeps.
+
+
Putnam3145 updated:
+
+ - inelastic exports no longer uselessly do exponential functions
+
+
22 June 2021
bunny232 updated:
@@ -621,18 +637,6 @@
- triple fire breath for the lava swoop only happens below half health now
- The arena attack not making safespots when you fight it in a mech
-
-
21 April 2021
-
necromanceranne updated:
-
- - Stun batons (not police batons/telebatons) no longer knockdown on leftclick.
- - Stun batons apply a knockdown and tase effect on right click, but once every few seconds (they still don't disarm). They are vulnerable to a shove disarm briefly, however. Standard batons have a cooldown of 5 seconds. Stun prods have a cooldown of 7 seconds.
- - Taser resistance prevents the knockdown, so any chem that grants this (like adrenals) protects you from this knockdown.
- - Stun batons apply a stagger when they hit someone, preventing sprinting for a few seconds.
- - Stun batons respect melee armor for their stamina damage, but their cells, based on max charge, grant armor penetration. For every 1000 charge, they gain 1 armor pen. (Roundstart batons have 15 pen, just fyi)
- - Shoves can disarm you of any item, not just guns.
- - Removes a duplicate trait definition for TRAIT_NICE_SHOT.
-
GoonStation 13 Development Team
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 4bb53330d5..52962b89e1 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -29548,3 +29548,15 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Adds a missing win door to meta xenobiology pen 6
silicons:
- bugfix: no more doubleroasting
+2021-06-23:
+ DeltaFire15:
+ - bugfix: A bunch of small nanite things should be less wonky
+ - bugfix: Slimes are no longer immune to vomiting (undocumented change from a previous
+ PR)
+ - bugfix: Fruit wine exists again.
+ - code_imp: Airlock hacking no longer sleeps.
+ - code_imp: The clockwork gateway deconstruction no longer sleeps.
+ - code_imp: Teslium reactions and Holywater booms no longer sleep.
+ - code_imp: Slime timestop no longer sleeps.
+ Putnam3145:
+ - bugfix: inelastic exports no longer uselessly do exponential functions
diff --git a/html/changelogs/AutoChangeLog-pr-14877.yml b/html/changelogs/AutoChangeLog-pr-14877.yml
deleted file mode 100644
index 1f58e8a102..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14877.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Putnam3145"
-delete-after: True
-changes:
- - bugfix: "inelastic exports no longer uselessly do exponential functions"
diff --git a/html/changelogs/AutoChangeLog-pr-14880.yml b/html/changelogs/AutoChangeLog-pr-14880.yml
deleted file mode 100644
index da0e9b405f..0000000000
--- a/html/changelogs/AutoChangeLog-pr-14880.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-author: "DeltaFire15"
-delete-after: True
-changes:
- - bugfix: "A bunch of small nanite things should be less wonky"
- - bugfix: "Slimes are no longer immune to vomiting (undocumented change from a previous PR)"
- - bugfix: "Fruit wine exists again."
- - code_imp: "Airlock hacking no longer sleeps."
- - code_imp: "The clockwork gateway deconstruction no longer sleeps."
- - code_imp: "Teslium reactions and Holywater booms no longer sleep."
- - code_imp: "Slime timestop no longer sleeps."