diff --git a/code/modules/assembly/timer.dm b/code/modules/assembly/timer.dm index 52ba39df1c5c..1fed916459c6 100644 --- a/code/modules/assembly/timer.dm +++ b/code/modules/assembly/timer.dm @@ -68,7 +68,7 @@ timing = 0 timer_end() time = default_time - if(repeat) + if(repeat && time > 0) spawn() countdown() updateUsrDialog()