mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
fixes constructs (#17146)
- gets rid of sleeps - makes it so their spells show
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user