Fixes Two Ancient LINDA Bugs

This commit is contained in:
Fox McCloud
2019-03-25 06:08:45 -04:00
parent ad4a4133c8
commit 5587ac1530
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -141,7 +141,7 @@
W.adjacent_fire_act(W, radiated_temperature)
continue
var/turf/simulated/T = get_step(src, direction)
if(istype(T) && T.active_hotspot)
if(istype(T) && !T.active_hotspot)
T.hotspot_expose(radiated_temperature, CELL_VOLUME/4)
else
+3 -3
View File
@@ -215,9 +215,9 @@
item.temperature_expose(air, air.temperature, CELL_VOLUME)
temperature_expose(air, air.temperature, CELL_VOLUME)
if(air.temperature > MINIMUM_TEMPERATURE_START_SUPERCONDUCTION)
if(consider_superconductivity(starting = 1))
remove = 0
if(air.temperature > MINIMUM_TEMPERATURE_START_SUPERCONDUCTION)
if(consider_superconductivity(starting = 1))
remove = 0
if(air.temperature < T0C && air.return_pressure() > 10)
icy = 1