fixes constructs (#17146)

- gets rid of sleeps
- makes it so their spells show
This commit is contained in:
Cameron Lennox
2025-02-15 01:55:47 -05:00
committed by GitHub
parent 600b7471f2
commit 8c26ed816d
3 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
..()
if(spell_masters)
for(var/obj/screen/movable/spell_master/spell_master in spell_masters)
spell_master.toggle_open(1)
spell_master.toggle_open()
client.screen -= spell_master
// TODO: Investigate if this matters