mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Bugfix
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
var/obj/machinery/atmospherics/unary/cryo_cell/C = M.loc
|
||||
external_temp = C.temperature_archived
|
||||
else
|
||||
var/turf/T = M.loc
|
||||
var/turf/T = get_turf(M)
|
||||
external_temp = T.temperature
|
||||
if(external_temp < TCRYO)
|
||||
update_flags |= M.adjustCloneLoss(-4, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user