mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Generates parity between remote auth login chain and the normal login chain (#8802)
Fixes #8773 Fixes #7895
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user