mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
[TGUI] ERT Manager
This commit is contained in:
@@ -33,8 +33,8 @@ GLOBAL_VAR_INIT(ert_request_answered, FALSE)
|
||||
to_chat(usr, "<span class='warning'>Central Command has already dispatched an emergency response team!</span>")
|
||||
return
|
||||
|
||||
var/datum/nano_module/ert_manager/E = new()
|
||||
E.ui_interact(usr)
|
||||
var/datum/tgui_module/ert_manager/E = new()
|
||||
E.tgui_interact(usr)
|
||||
|
||||
|
||||
/mob/dead/observer/proc/JoinResponseTeam()
|
||||
|
||||
Reference in New Issue
Block a user