Generates parity between remote auth login chain and the normal login chain (#8802)

Fixes #8773
Fixes #7895
This commit is contained in:
Erki
2020-05-06 16:15:56 +03:00
committed by GitHub
parent 96f7055355
commit 4b327dcfe9
28 changed files with 109 additions and 44 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
for(var/obj/screen/movable/spell_master/spell_master in spell_masters)
spell_master.update_spells(0, src)
/mob/Login()
/mob/LateLogin()
..()
if(spell_masters)
for(var/obj/screen/movable/spell_master/spell_master in spell_masters)
@@ -85,4 +85,4 @@
return
for(var/obj/screen/movable/spell_master/spell_master in spell_masters)
spell_master.silence_spells(amount)
spell_master.silence_spells(amount)