cancelable brig timers (#26557)

brig timers now cancelable. also some screensystem yakshave
This commit is contained in:
avery
2024-03-31 13:44:02 -07:00
committed by GitHub
parent 7f2e6ccbb8
commit 5eff7f169e
4 changed files with 27 additions and 17 deletions

View File

@@ -56,6 +56,7 @@ public sealed class ScreenSystem : EntitySystem
)
{
_appearanceSystem.SetData(uid, TextScreenVisuals.DefaultText, text);
_appearanceSystem.SetData(uid, TextScreenVisuals.ScreenText, text);
}
}