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

Commit f4eea0e

Browse files
unga bungaaaaaaaaaaaaaaaaaaaa
1 parent d04c9f6 commit f4eea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/_onclick/telekinesis.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if(user.stat || !tkMaxRangeCheck(user, src))
2020
return
2121
new /obj/effect/temp_visual/telekinesis(get_turf(src))
22-
user.UnarmedAttack(src,0) // attack_hand, attack_paw, etc
22+
user.UnarmedAttack(src, TRUE, list()) // attack_hand, attack_paw, etc
2323
add_hiddenprint(user)
2424
return
2525

0 commit comments

Comments
 (0)