From 536396ad05bf1be9cfb9ee52b473673a37441de2 Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Sun, 27 Sep 2020 17:18:55 -0700 Subject: [PATCH] Set timetoset to zero after the timer expires in brig cells to display 00:00 on Time Brigged --- code/game/machinery/doors/brigdoors.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/doors/brigdoors.dm b/code/game/machinery/doors/brigdoors.dm index a4cacc19abd..b2f061e1d67 100644 --- a/code/game/machinery/doors/brigdoors.dm +++ b/code/game/machinery/doors/brigdoors.dm @@ -226,6 +226,7 @@ occupant = CELL_NONE crimes = CELL_NONE time = 0 + timetoset = 0 officer = CELL_NONE releasetime = 0 printed = 0