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

Commit da9b010

Browse files
con
1 parent 20c66c0 commit da9b010

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/modules/power/tesla/coil.dm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
linked_account.adjust_money(money_per_zap)
9797
if(istype(linked_techweb))
9898
linked_techweb.add_point_type(TECHWEB_POINT_TYPE_DEFAULT, research_points_per_zap)
99+
else
100+
tesla_zap(src, 3, power, tesla_flags, shocked_targets, zap_gib)
99101
obj_flags |= BEING_SHOCKED
100102
flick("[base_icon_state]hit", src)
101103
playsound(src.loc, 'sound/magic/lightningshock.ogg', 100, 1, extrarange = 5)

0 commit comments

Comments
 (0)