diff --git a/html/changelog.html b/html/changelog.html index 683990e8e82..bfac65fdef7 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -55,6 +55,33 @@ -->
+

03 July 2018

+

Dax Dupont updated:

+ +

Denton updated:

+ +

Naksu updated:

+ +

Nirnael updated:

+ +

SpaceManiac updated:

+ +

02 July 2018

AnturK updated:

GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index bb31a77e74d..4a3d45ddeeb 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -18755,3 +18755,24 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. machinery instead. XDTM: - tweak: Nutriment Pump implants no longer require replacing the stomach. +2018-07-03: + Dax Dupont: + - balance: BoH detonations now gib the user. + Denton: + - tweak: Engine heaters no longer let gases pass through them. + Naksu: + - code_imp: Fixed the signatures of several reagent procs, removing useless checks + - tweak: drunkenness is now handled at the carbon level, allowing monkeys to experience + ethanol + - balance: initropidil also works on carbon level, allowing syndicate operatives + using the poison kit to achieve the silent assassin rating against monkeys + Nirnael: + - refactor: Removed an unnecessary volume_pump check + SpaceManiac: + - bugfix: Backpack water tanks now work properly when wielded by drones. + - bugfix: Backpack water tank nozzles can no longer be placed inside bags of holding + and chem dispensers. + - bugfix: Moving items between your hands no longer causes them to cross the floor + (squeaking, lava burning). + - bugfix: Scrambled research console icons have been fixed, and will be prevented + in the future. diff --git a/html/changelogs/AutoChangeLog-pr-38737.yml b/html/changelogs/AutoChangeLog-pr-38737.yml deleted file mode 100644 index a03d3406b66..00000000000 --- a/html/changelogs/AutoChangeLog-pr-38737.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Dax Dupont" -delete-after: True -changes: - - balance: "BoH detonations now gib the user." diff --git a/html/changelogs/AutoChangeLog-pr-38821.yml b/html/changelogs/AutoChangeLog-pr-38821.yml deleted file mode 100644 index 588a2840137..00000000000 --- a/html/changelogs/AutoChangeLog-pr-38821.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Denton" -delete-after: True -changes: - - tweak: "Engine heaters no longer let gases pass through them." diff --git a/html/changelogs/AutoChangeLog-pr-38831.yml b/html/changelogs/AutoChangeLog-pr-38831.yml deleted file mode 100644 index 979e303c733..00000000000 --- a/html/changelogs/AutoChangeLog-pr-38831.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: "Naksu" -delete-after: True -changes: - - code_imp: "Fixed the signatures of several reagent procs, removing useless checks" - - tweak: "drunkenness is now handled at the carbon level, allowing monkeys to experience ethanol" - - balance: "initropidil also works on carbon level, allowing syndicate operatives using the poison kit to achieve the silent assassin rating against monkeys" diff --git a/html/changelogs/AutoChangeLog-pr-38835.yml b/html/changelogs/AutoChangeLog-pr-38835.yml deleted file mode 100644 index 571af9f3dbb..00000000000 --- a/html/changelogs/AutoChangeLog-pr-38835.yml +++ /dev/null @@ -1,6 +0,0 @@ -author: "SpaceManiac" -delete-after: True -changes: - - bugfix: "Backpack water tanks now work properly when wielded by drones." - - bugfix: "Backpack water tank nozzles can no longer be placed inside bags of holding and chem dispensers." - - bugfix: "Moving items between your hands no longer causes them to cross the floor (squeaking, lava burning)." diff --git a/html/changelogs/AutoChangeLog-pr-38840.yml b/html/changelogs/AutoChangeLog-pr-38840.yml deleted file mode 100644 index c57ec4029fc..00000000000 --- a/html/changelogs/AutoChangeLog-pr-38840.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SpaceManiac" -delete-after: True -changes: - - bugfix: "Scrambled research console icons have been fixed, and will be prevented in the future." diff --git a/html/changelogs/AutoChangeLog-pr-38850.yml b/html/changelogs/AutoChangeLog-pr-38850.yml deleted file mode 100644 index 79867c5b156..00000000000 --- a/html/changelogs/AutoChangeLog-pr-38850.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "Nirnael" -delete-after: True -changes: - - refactor: "Removed an unnecessary volume_pump check"