Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8410e83

Browse files
unused 2
1 parent 38dda44 commit 8410e83

File tree

1 file changed

+0
-1
lines changed
  • code/modules/projectiles/projectile/energy

1 file changed

+0
-1
lines changed

code/modules/projectiles/projectile/energy/tesla.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
/obj/projectile/energy/tesla/on_hit(atom/target, blocked)
1818
. = ..()
19-
var/atom/firer_location = get_atom_on_turf(firer)
2019
tesla_zap(target, zap_range, power, tesla_flags)
2120
target.tesla_act(src, power, zap_range, tesla_flags | TESLA_NO_CHAINING)
2221
qdel(src)

0 commit comments

Comments
 (0)