Re-adds click cooldowns to trays and vines

This commit is contained in:
Kelenius
2015-05-09 20:53:00 +03:00
parent 3fa79f8d51
commit 027275a7cb
2 changed files with 2 additions and 0 deletions

View File

@@ -221,6 +221,7 @@
/obj/effect/plant/attackby(var/obj/item/weapon/W, var/mob/user)
user.changeNextMove(8)
plant_controller.add_plant(src)
if(istype(W, /obj/item/weapon/wirecutters) || istype(W, /obj/item/weapon/scalpel))

View File

@@ -530,6 +530,7 @@
A.hydrotray_type = src.type
qdel(src)
else if(O.force && seed)
user.changeNextMove(8)
user.visible_message("<span class='danger'>\The [seed.display_name] has been attacked by [user] with \the [O]!</span>")
if(!dead)
health -= O.force