diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 2f494c39c28..72a1f94595a 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -112,6 +112,7 @@ update_nearby_icons() /obj/structure/window/attack_tk(mob/user as mob) + user.changeNext_move(CLICK_CD_MELEE) user.visible_message("Something knocks on [src].") add_fingerprint(user) playsound(loc, 'sound/effects/Glassknock.ogg', 50, 1)