mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Increases melting point of plastic flaps (#93506)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
|
||||
/obj/structure/plasticflaps/proc/check_melt(turf/source, datum/gas_mixture/air, temperature)
|
||||
SIGNAL_HANDLER
|
||||
if(temperature < FIRE_MINIMUM_TEMPERATURE_TO_EXIST)
|
||||
if(temperature < FIRE_MINIMUM_TEMPERATURE_TO_EXIST * 1.5)
|
||||
return
|
||||
if(!COOLDOWN_FINISHED(src, burn_damage_cd))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user