mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Gives admins the storyteller Narrate Panel. (#22551)
As per title --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -1453,3 +1453,10 @@ var/global/enabled_spooking = 0
|
||||
to_world(FONT_LARGE(EXAMINE_BLOCK_ODYSSEY(SPAN_NOTICE("The scenario canonicity has been changed to [SPAN_BOLD(canonicity)] by an administrator."))))
|
||||
log_and_message_admins("has set the Odyssey canonicity to [canonicity]", usr)
|
||||
feedback_add_details("admin_verb","SEOC") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
/datum/admins/proc/open_narrate_panel()
|
||||
set category = "Special Verbs.Narration/Messaging"
|
||||
set name = "Narrate Panel"
|
||||
|
||||
var/datum/tgui_module/narrate_panel/NP = new /datum/tgui_module/narrate_panel(usr)
|
||||
NP.ui_interact(usr)
|
||||
|
||||
@@ -106,7 +106,8 @@ GLOBAL_LIST_INIT(admin_verbs_admin, list(
|
||||
/client/proc/toggle_aooc,
|
||||
/client/proc/force_away_mission,
|
||||
/client/proc/alooc,
|
||||
/client/proc/create_portal
|
||||
/client/proc/create_portal,
|
||||
/datum/admins/proc/open_narrate_panel
|
||||
))
|
||||
|
||||
GLOBAL_LIST_INIT(admin_verbs_ban, list(
|
||||
@@ -430,6 +431,7 @@ GLOBAL_LIST_INIT(admin_verbs_hideable, list(
|
||||
/client/proc/force_away_mission,
|
||||
/client/proc/profiler_start,
|
||||
/client/proc/create_portal,
|
||||
/datum/admins/proc/open_narrate_panel
|
||||
))
|
||||
|
||||
GLOBAL_LIST_INIT(admin_verbs_mod, list(
|
||||
|
||||
Reference in New Issue
Block a user