From 80da2626c76f1d60e7bdf1e5d9a2d587899364fe Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 6 Dec 2018 19:25:31 -0800 Subject: [PATCH] tweak: changes trapped pizza box auto-arm from 1s to 3s timer --- code/game/objects/items/devices/pizza_bomb.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/devices/pizza_bomb.dm b/code/game/objects/items/devices/pizza_bomb.dm index 792115eade9..71cb95d436f 100644 --- a/code/game/objects/items/devices/pizza_bomb.dm +++ b/code/game/objects/items/devices/pizza_bomb.dm @@ -102,4 +102,4 @@ /obj/item/pizza_bomb/autoarm timer_set = 1 - timer = 10 \ No newline at end of file + timer = 30 // 3 seconds \ No newline at end of file