3 Second Timers (#19281)

Lowers assembly timers to have a minimum time of 3 seconds, from 10.
Allows practical grenade fuses.
This commit is contained in:
Sparky
2024-05-31 22:20:00 +01:00
committed by GitHub
parent 0639362a79
commit bcc4f225f8
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
secured = FALSE
var/timing = FALSE
var/time = 10
var/time = 3
/obj/item/device/assembly/timer/activate()
. = ..()