Add attack delay to alien nests

This commit is contained in:
Markolie
2015-08-09 17:27:02 +02:00
parent 541c662296
commit bc424946c4
@@ -71,6 +71,7 @@
..()
/obj/structure/stool/bed/nest/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
user.changeNext_move(CLICK_CD_MELEE)
var/aforce = W.force
health = max(0, health - aforce)
playsound(loc, 'sound/effects/attackblob.ogg', 100, 1)