diff --git a/code/controllers/subsystem/air.dm b/code/controllers/subsystem/air.dm index 3351b37407..6b3a5e60c5 100644 --- a/code/controllers/subsystem/air.dm +++ b/code/controllers/subsystem/air.dm @@ -58,9 +58,9 @@ SUBSYSTEM_DEF(air) // Whether turf-to-turf heat exchanging should be enabled. var/heat_enabled = FALSE // Max number of times process_turfs will share in a tick. - var/share_max_steps = 1 + var/share_max_steps = 3 // Excited group processing will try to equalize groups with total pressure difference less than this amount. - var/excited_group_pressure_goal = 0.25 + var/excited_group_pressure_goal = 1 /datum/controller/subsystem/air/stat_entry(msg) msg += "C:{" diff --git a/code/modules/atmospherics/machinery/pipes/heat_exchange/he_pipes.dm b/code/modules/atmospherics/machinery/pipes/heat_exchange/he_pipes.dm index bd2ca07134..5fdedd5be7 100644 --- a/code/modules/atmospherics/machinery/pipes/heat_exchange/he_pipes.dm +++ b/code/modules/atmospherics/machinery/pipes/heat_exchange/he_pipes.dm @@ -1,6 +1,6 @@ /obj/machinery/atmospherics/pipe/heat_exchanging level = 2 - var/minimum_temperature_difference = 20 + var/minimum_temperature_difference = 0.01 var/thermal_conductivity = WINDOW_HEAT_TRANSFER_COEFFICIENT color = "#404040" buckle_lying = 1 diff --git a/html/changelog.html b/html/changelog.html index 439f54905e..563bfad178 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -50,6 +50,19 @@ -->
+

27 July 2021

+

Putnam3145 updated:

+ + +

26 July 2021

+

SandPoot updated:

+ +

24 July 2021

MrJWhit updated:

GoonStation 13 Development Team diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml index 2f4b760899..c50b4d0607 100644 --- a/html/changelogs/.all_changelog.yml +++ b/html/changelogs/.all_changelog.yml @@ -29717,3 +29717,11 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py. - balance: supermatter now causes only half the hallucinations cadyn: - server: auxmos bump for dependencies.sh +2021-07-26: + SandPoot: + - rscdel: Removes a sneaky transform button on the vore panel. +2021-07-27: + Putnam3145: + - bugfix: Generic fires work now + - balance: A knock-on effect of the HE pipe change is that space cooling is ~8.4x + as powerful diff --git a/html/changelogs/AutoChangeLog-pr-14966.yml b/html/changelogs/AutoChangeLog-pr-14966.yml deleted file mode 100644 index f06ec35a06..0000000000 --- a/html/changelogs/AutoChangeLog-pr-14966.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: "SandPoot" -delete-after: True -changes: - - rscdel: "Removes a sneaky transform button on the vore panel."