Should remove flickering heat warning for FBPs and suit coolers

This commit is contained in:
Anewbe
2016-08-01 22:06:26 -05:00
parent 1c4ecc7dd5
commit 6423aa6330

View File

@@ -20,7 +20,7 @@
var/on = 0 //is it turned on? var/on = 0 //is it turned on?
var/cover_open = 0 //is the cover open? var/cover_open = 0 //is the cover open?
var/obj/item/weapon/cell/cell 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/charge_consumption = 3 // charge per second at max_cooling
var/thermostat = T20C var/thermostat = T20C