mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user