diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index adf80b17528..716c30171e4 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -116,7 +116,7 @@ if(!resolved && A && W) W.afterattack(A,src,1,params) // 1 indicates adjacency else - UnarmedAttack(A) + UnarmedAttack(A, 1) return if(!isturf(loc)) // This is going to stop you from telekinesing from inside a closet, but I don't shed many tears for that