Adds cooldown to knocking on firedoors (#23958)

This commit is contained in:
Cyberboss
2017-02-10 23:09:19 -06:00
committed by KorPhaeron
parent 14fa28dfa3
commit 3965bbbd88
+1
View File
@@ -72,6 +72,7 @@
/obj/machinery/door/firedoor/attack_hand(mob/user)
if(operating || !density)
return
user.changeNext_move(CLICK_CD_MELEE)
user.visible_message("[user] bangs on \the [src].",
"You bang on \the [src].")