[MIRROR] Fixes tesla_zap proc (#12609)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-28 14:51:19 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 0aae5e4775
commit 02bd5929ee
7 changed files with 53 additions and 53 deletions
@@ -124,10 +124,6 @@
if(Proj.get_structure_damage())
adjust_health(-Proj.get_structure_damage(), TRUE)
/obj/structure/flora/tree/tesla_act(power, explosive, current_jumps)
adjust_health(-power / 100, TRUE) // Kills most trees in one lightning strike.
..()
/obj/structure/flora/tree/get_description_interaction()
var/list/results = list()