[MIRROR] Pulls apart the vestiges of components still hanging onto signals [MDB IGNORE] (#21738)

* Pulls apart the vestiges of components still hanging onto signals

* update modular

---------

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-06-18 15:18:23 +02:00
committed by GitHub
parent da5da42a18
commit 6dfe17306c
373 changed files with 986 additions and 986 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
/datum/tutorial/New(mob/user)
src.user = user
RegisterSignal(user, COMSIG_PARENT_QDELETING, PROC_REF(destroy_self))
RegisterSignal(user.client, COMSIG_PARENT_QDELETING, PROC_REF(destroy_self))
RegisterSignal(user, COMSIG_QDELETING, PROC_REF(destroy_self))
RegisterSignal(user.client, COMSIG_QDELETING, PROC_REF(destroy_self))
/datum/tutorial/Destroy(force, ...)
user.client?.screen -= instruction_screen