compiles, find and replace particle_effect and effect_system

This commit is contained in:
uraniummeltdown
2017-11-04 20:16:01 +04:00
parent 5c4f4ec5e5
commit 7ed2c68ea7
120 changed files with 201 additions and 201 deletions
@@ -89,7 +89,7 @@
/obj/machinery/atmospherics/pipe/simple/proc/burst()
src.visible_message("<span class='danger'>\The [src] bursts!</span>");
playsound(src.loc, 'sound/effects/bang.ogg', 25, 1)
var/datum/effect/system/smoke_spread/smoke = new
var/datum/effect_system/smoke_spread/smoke = new
smoke.set_up(1,0, src.loc, 0)
smoke.start()
qdel(src)