mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Tesla Fix (#7256)
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:
committed by
Erki
parent
0fd74316f8
commit
f1c5f816ac
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user