Add clickdelay to attacking statues

This commit is contained in:
Tigercat2000
2015-03-22 18:24:20 +01:00
parent 82f3bbedb4
commit 689713ddbd
@@ -123,6 +123,7 @@
shatter(M)
/obj/structure/closet/statue/attackby(obj/item/I as obj, mob/user as mob, params)
user.changeNext_move(CLICK_CD_MELEE)
health -= I.force
visible_message("\red [user] strikes [src] with [I].")
if(health <= 0)