effect/effect/foam to structure/foam

This commit is contained in:
davipatury
2017-03-30 10:48:16 -03:00
parent 5f572e74a2
commit 1673340c2d
4 changed files with 18 additions and 17 deletions
@@ -301,7 +301,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/structure/foam/F = new /obj/structure/foam(get_turf(target), 1)
F.amount = 0
metal_synthesis_cooldown++
spawn(100)