mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 17:46:53 +01:00
Tweaks to unfasten times (#19996)
This commit is contained in:
@@ -297,7 +297,7 @@
|
||||
|
||||
/obj/machinery/chem_dispenser/wrench_act(mob/user, obj/item/I)
|
||||
. = TRUE
|
||||
if(!I.use_tool(src, user, 0, volume = I.tool_volume))
|
||||
if(!I.use_tool(src, user, 4 SECONDS, volume = I.tool_volume))
|
||||
return
|
||||
if(anchored)
|
||||
anchored = FALSE
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
/obj/machinery/chem_master/wrench_act(mob/user, obj/item/I)
|
||||
if(panel_open)
|
||||
return
|
||||
if(default_unfasten_wrench(user, I))
|
||||
if(default_unfasten_wrench(user, I, time = 4 SECONDS))
|
||||
power_change()
|
||||
return TRUE
|
||||
|
||||
|
||||
@@ -321,7 +321,7 @@
|
||||
|
||||
|
||||
/obj/machinery/computer/pandemic/attackby(obj/item/I, mob/user, params)
|
||||
if(default_unfasten_wrench(user, I))
|
||||
if(default_unfasten_wrench(user, I, time = 4 SECONDS))
|
||||
power_change()
|
||||
return
|
||||
if(istype(I, /obj/item/reagent_containers) && (I.container_type & OPENCONTAINER))
|
||||
|
||||
Reference in New Issue
Block a user