From 84ca94ae6a7b420cc0db6a93d86f10e186846c4e Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Mon, 20 Jul 2020 13:00:36 -0500 Subject: [PATCH] 1 MINUTES --- code/game/machinery/transformer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/transformer.dm b/code/game/machinery/transformer.dm index b7defa3d55b..bc929780215 100644 --- a/code/game/machinery/transformer.dm +++ b/code/game/machinery/transformer.dm @@ -11,7 +11,7 @@ /// TRUE if the mob can be standing and still be transformed. var/transform_standing = TRUE /// Cooldown between each transformation, in deciseconds. - var/cooldown_duration = 600 // 1 MINUTE. + var/cooldown_duration = 1 MINUTES /// If the factory is currently on cooldown from its last transformation. var/is_on_cooldown = FALSE /// The type of cell that newly created borgs get.