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

Commit 67f5905

Browse files
e
1 parent 8410e83 commit 67f5905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/atom_defense.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
addtimer(CALLBACK(src, PROC_REF(reset_shocked)), 10)
105105
if(power < TESLA_MINI_POWER) //tesla bolts bounce twice, tesla miniball bolts bounce only once
106106
return TRUE
107-
if(!(tesla_flags & TESLA_NO_CHAINING) && power >= 1500 && zap_range > 1)
107+
if(!(tesla_flags & TESLA_NO_CHAINING) && power >= 1500 && zap_range > 3)
108108
tesla_zap(src, zap_range - 1, power * 0.67, tesla_flags, shocked_targets)
109109
return TRUE
110110

0 commit comments

Comments
 (0)