[MIRROR] fixes constructs (#10176)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-15 04:46:27 -07:00
committed by GitHub
parent ad9e7bd513
commit 914b76a320
3 changed files with 30 additions and 29 deletions

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