mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
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:
@@ -11,7 +11,7 @@
|
||||
secured = FALSE
|
||||
|
||||
var/timing = FALSE
|
||||
var/time = 10
|
||||
var/time = 3
|
||||
|
||||
/obj/item/device/assembly/timer/activate()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user