Fix for variable still being used.

This commit is contained in:
Sebastian Broberg
2015-12-22 17:25:11 +01:00
parent 9643b6914e
commit eb00f3138a
@@ -150,7 +150,7 @@
power_draw = pump_gas(src, environment, air_contents, transfer_moles, power_rating)
if(scrubbing && power_draw < 0 && controller_iteration > 10) //99% of all scrubbers
if(scrubbing && power_draw < 0) //99% of all scrubbers
//Fucking hibernate because you ain't doing shit.
hibernate = world.time + (rand(100,200))