mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Merge pull request #9157 from Citinited/canister-cooldown
Adds cooldown to hitting canisters
This commit is contained in:
@@ -338,6 +338,7 @@ update_flag
|
||||
..()
|
||||
|
||||
/obj/machinery/portable_atmospherics/canister/attackby(var/obj/item/W as obj, var/mob/user as mob, params)
|
||||
user.changeNext_move(CLICK_CD_MELEE)
|
||||
if(iswelder(W) && src.destroyed)
|
||||
if(weld(W, user))
|
||||
to_chat(user, "<span class='notice'>You salvage whats left of \the [src]</span>")
|
||||
|
||||
Reference in New Issue
Block a user