A bunch of sparks to do_sparks

This commit is contained in:
CitadelStationBot
2017-05-01 08:36:04 -05:00
parent a3eec6c8f9
commit 55b9c06e63
13 changed files with 15 additions and 45 deletions
+1 -3
View File
@@ -156,9 +156,7 @@ By design, d1 is the smallest direction and d2 is the highest
if(!prob(prb))
return 0
if (electrocute_mob(user, powernet, src, siemens_coeff))
var/datum/effect_system/spark_spread/s = new /datum/effect_system/spark_spread
s.set_up(5, 1, src)
s.start()
do_sparks(5, TRUE, src)
return 1
else
return 0