Implements Goon Smoke

This commit is contained in:
Fox McCloud
2019-03-15 19:09:29 -04:00
parent 26db1292fb
commit f01af6ae20
10 changed files with 134 additions and 110 deletions
+1 -2
View File
@@ -409,8 +409,7 @@
var/datum/effect_system/smoke_spread/chem/S = new
var/splat_location = get_turf(target)
var/smoke_amount = round(sqrt(G.seed.potency * 0.1), 1)
S.attach(splat_location)
S.set_up(G.reagents, 2, 0, splat_location)
S.set_up(G.reagents, splat_location)
S.start(smoke_amount)
if(G && G.reagents)
G.reagents.clear_reagents()