mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user