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

Commit 4870d00

Browse files
Update code/_onclick/telekinesis.dm
Co-authored-by: SapphicOverload <[email protected]>
1 parent 624d668 commit 4870d00

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, TRUE, list()) // attack_hand, attack_paw, etc
22+
user.UnarmedAttack(src, FALSE, list()) // attack_hand, attack_paw, etc
2323
add_hiddenprint(user)
2424
return
2525

0 commit comments

Comments
 (0)