Die of Fate fixes

This commit is contained in:
Mark van Alphen
2019-06-07 02:33:08 +02:00
parent d02165e0f9
commit dd7da2140b
3 changed files with 18 additions and 18 deletions
@@ -208,9 +208,3 @@
/datum/effect_system/smoke_spread/sleeping
effect_type = /obj/effect/particle_effect/smoke/sleeping
/proc/do_smoke(range=0, location=null, smoke_type = /obj/effect/particle_effect/smoke)
var/datum/effect_system/smoke_spread/smoke = new
smoke.effect_type = smoke_type
smoke.set_up(range, location)
smoke.start()