Adds click cooldown for certain cleanables

This commit is contained in:
HarpyEagle
2016-04-18 15:27:12 +01:00
committed by Yoshax
parent 38ffd7306b
commit 5faf635fae
+2
View File
@@ -21,6 +21,8 @@
return
/obj/effect/spider/attackby(var/obj/item/weapon/W, var/mob/user)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
if(W.attack_verb.len)
visible_message("<span class='warning'>\The [src] have been [pick(W.attack_verb)] with \the [W][(user ? " by [user]." : ".")]</span>")
else