bugfix: "Tesla no longer melts ashes, emitter beams, its own energy balls and accelerated particles." Fixes #7249
    bugfix: "Tesla now properly consumes accelerated particles."
This commit is contained in:
Mykhailo Bykhovtsev
2019-10-26 07:57:41 -07:00
committed by Erki
parent 0fd74316f8
commit f1c5f816ac
4 changed files with 70 additions and 0 deletions
+3
View File
@@ -144,6 +144,9 @@
blend_mode = BLEND_ADD
var/datum/beam/owner
/obj/effect/ebeam/tesla_act()
return
/obj/effect/ebeam/Destroy()
owner = null
return ..()