Fallback proc & Issue templates

This commit is contained in:
ItsSelis
2022-06-21 19:59:49 +02:00
parent dfe82ceb2c
commit 34e14ec176
7 changed files with 71 additions and 13 deletions
+11
View File
@@ -82,6 +82,17 @@
if(!ui || ui.status != STATUS_INTERACTIVE)
return TRUE
/**
* public
*
* Called on a UI when the UI crashed.
*
* required payload list A list of the payload supposed to be set on the regular UI.
*/
/datum/proc/tgui_fallback(list/payload)
SHOULD_CALL_PARENT(TRUE)
SEND_SIGNAL(src, COMSIG_UI_FALLBACK, usr)
/**
* public
*