mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
EXPERIMENTAL CHANGE: Increased heat capacity of normal gases, to make extreme temperatures more dangerous. THIS MAY HAVE UNINTENDED CONSEQUENCES.
This commit is contained in:
@@ -599,15 +599,9 @@
|
||||
if(istype(loc, /turf/space))
|
||||
environment_heat_capacity = loc:heat_capacity
|
||||
loc_temp = 2.7
|
||||
else if(istype(loc, /obj/machinery/atmospherics/unary/cryo_cell))
|
||||
loc_temp = loc:air_contents.temperature
|
||||
else if(istype(get_turf(src), /turf/simulated))
|
||||
var/turf/simulated/T = get_turf(src)
|
||||
var/zone/zone = T.zone
|
||||
if(zone && zone.air)
|
||||
loc_temp = zone.air.temperature
|
||||
else
|
||||
loc_temp = environment.temperature
|
||||
world << loc_temp
|
||||
|
||||
var/thermal_protection = get_thermal_protection()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user