Merge pull request #8772 from MrPerson/foam_fixarooney

Fixes cleaner grenades
This commit is contained in:
hornygranny
2015-04-06 16:09:35 -07:00
@@ -142,7 +142,7 @@
metal = metaltype
/datum/effect/effect/system/foam_spread/start()
var/obj/effect/effect/foam/foundfoam = locate()
var/obj/effect/effect/foam/foundfoam = locate() in location
if(foundfoam)//If there was already foam where we start, we add our foaminess to it.
foundfoam.amount += amount
else