Fixes countdown moving in space wind (#18542)

The countdown was being blown about by atmos stuff, and then moved back
each tick. It was amusing to look at, but ultimately, is a bug that
needs fixing.
This commit is contained in:
coiax
2016-06-14 11:44:17 -05:00
committed by KorPhaeron
parent 5f01c1c3db
commit 9af9db4800
+1
View File
@@ -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)