Fixes metal foam dispenser mode for atmos backpack tank.

>>you will never refactor something without overlooking something dumb and breaking it
This commit is contained in:
Cheridan
2015-02-26 22:26:12 -06:00
parent 9c6278030f
commit bcd3a5b3b7
@@ -290,7 +290,7 @@
if(!Adj|| !istype(target, /turf))
return
if(metal_synthesis_cooldown < 5)
var/obj/effect/effect/foam/F = new /obj/effect/effect/foam(get_turf(target), 1)
var/obj/effect/effect/foam/metal/F = new /obj/effect/effect/foam/metal(get_turf(target))
F.amount = 0
metal_synthesis_cooldown++
spawn(100)