ORM unfasten time 2 -> 6 SECONDS (#19715)

This commit is contained in:
Henri215
2022-11-18 21:14:27 -03:00
committed by GitHub
parent f4dec06e68
commit 11ab10468c
+1 -1
View File
@@ -235,7 +235,7 @@
return TRUE
/obj/machinery/mineral/ore_redemption/wrench_act(mob/user, obj/item/I)
if(default_unfasten_wrench(user, I))
if(default_unfasten_wrench(user, I, time = 6 SECONDS))
return TRUE
/obj/machinery/mineral/ore_redemption/attack_ghost(mob/user)