Merge pull request #2257 from Anewbe/cooler_fix_1

Should remove flickering heat warning for FBPs in suit coolers
This commit is contained in:
EmperorJon
2016-08-02 10:29:41 +01:00
committed by GitHub
@@ -20,7 +20,7 @@
var/on = 0 //is it turned on?
var/cover_open = 0 //is the cover open?
var/obj/item/weapon/cell/cell
var/max_cooling = 12 // in degrees per second - probably don't need to mess with heat capacity here
var/max_cooling = 15 // in degrees per second - probably don't need to mess with heat capacity here
var/charge_consumption = 3 // charge per second at max_cooling
var/thermostat = T20C