Skip to content

Commit

Permalink
fix telekinesis
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 committed Dec 21, 2024
1 parent cdbd227 commit a35ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_onclick/telekinesis.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if(user.stat || !tkMaxRangeCheck(user, src))
return
new /obj/effect/temp_visual/telekinesis(get_turf(src))
user.UnarmedAttack(src,0) // attack_hand, attack_paw, etc
user.UnarmedAttack(src, TRUE, list()) // attack_hand, attack_paw, etc
add_hiddenprint(user)
return

Expand Down

0 comments on commit a35ba4e

Please sign in to comment.