mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 06:22:38 +00:00
Re-adds click cooldowns to trays and vines
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user