three months in the making

This commit is contained in:
PKPenguin321
2016-08-23 18:17:55 -07:00
parent a187717536
commit 86aeb63205
3 changed files with 15 additions and 5 deletions
@@ -48,6 +48,11 @@
var/datum/effect_system/expl_particles/P = new/datum/effect_system/expl_particles()
P.set_up(10, 0, location)
P.start()
/datum/effect_system/explosion/smoke
/datum/effect_system/explosion/smoke/start()
..()
spawn(5)
var/datum/effect_system/smoke_spread/S = new
S.set_up(2, location)