mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Firealarms now go off if it's too cold (#22579)
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
playsound(src.loc, 'sound/effects/sparks4.ogg', 50, 1)
|
||||
|
||||
/obj/machinery/firealarm/temperature_expose(datum/gas_mixture/air, temperature, volume)
|
||||
if(!emagged && detecting && !stat && temperature > T0C + 200)
|
||||
if(!emagged && detecting && !stat && (temperature > T0C + 200 || temperature < BODYTEMP_COLD_DAMAGE_LIMIT))
|
||||
alarm()
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user