Simply adds a delay to knocking in windows with TK.

This commit is contained in:
Firecage
2015-01-15 11:49:38 +02:00
parent 404cd883f7
commit f40d799e34
+1
View File
@@ -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("<span class='notice'>Something knocks on [src].</span>")
add_fingerprint(user)
playsound(loc, 'sound/effects/Glassknock.ogg', 50, 1)