mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
use SIGNAL_HANDLER REEEEEE (#59242)
makes as many procs as i can find use the SIGNAL_HANDLER define which i assumed they all already did
This commit is contained in:
@@ -237,7 +237,8 @@
|
||||
* * user - The user to show the experiment configuration panel to
|
||||
*/
|
||||
/datum/component/experiment_handler/proc/configure_experiment(datum/source, mob/user)
|
||||
ui_interact(user)
|
||||
SIGNAL_HANDLER
|
||||
INVOKE_ASYNC(src, .proc/ui_interact, user)
|
||||
|
||||
/**
|
||||
* Attempts to show the user the experiment configuration panel
|
||||
|
||||
Reference in New Issue
Block a user