mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Should remove flickering heat warning for FBPs and suit coolers
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user