mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Lemurian Sea (#22686)
changes: - refactor: "Refactors Gravity Generator UI from HTML to TGUI." - rscadd: "Adds sector-based modifier var 'overmap_hazards_multiplier' for generating total overmap hazard count." - soundadd: "Adds new Lemurian Sea 'welcome' announcements." - rscadd: "Added Lemurian Sea gravitic anomalies as overmap hazards and random events." - rscadd: "Adds ADPI/The Voices." - rscadd: "Adds ADPI Panel for modmins to send ADPI messages to a single character or all characters from their respective pools, or custom messages." - balance: "Vaurca Hivenet communication, the Hivenet Manifest, and Hivenet Echoes are now disabled while the ship is in Lemurian Sea sectors."
This commit is contained in:
@@ -1143,3 +1143,17 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
message_admins("[key_name_admin(usr)] used the Narration Panel")
|
||||
log_admin("[key_name(usr)] used the Narration Panel")
|
||||
feedback_add_details("admin_verb", "AONP")
|
||||
|
||||
/client/proc/adpi_panel()
|
||||
set category = "Fun"
|
||||
set name = "ADPI Panel"
|
||||
|
||||
if(!check_rights(R_ADMIN|R_FUN, TRUE))
|
||||
return
|
||||
|
||||
var/datum/tgui_module/adpi_panel/panel = new
|
||||
panel.ui_interact(usr)
|
||||
|
||||
message_admins("[key_name_admin(usr)] used the ADPI Panel")
|
||||
log_admin("[key_name(usr)] used the ADPI Panel")
|
||||
feedback_add_details("admin_verb", "ADPI")
|
||||
|
||||
Reference in New Issue
Block a user