diff --git a/code/modules/countdown/countdown.dm b/code/modules/countdown/countdown.dm index 0859060e13a..4a78b7e173a 100644 --- a/code/modules/countdown/countdown.dm +++ b/code/modules/countdown/countdown.dm @@ -11,6 +11,7 @@ var/text_size = 4 var/started = FALSE invisibility = INVISIBILITY_OBSERVER + anchored = TRUE layer = GHOST_LAYER /obj/effect/countdown/New(atom/A)