mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Shuttle control panel (rebundled)
This commit is contained in:
committed by
Darlantan
parent
83b3f7aef3
commit
37031c2c9b
@@ -437,6 +437,17 @@
|
||||
set_security_level(sec_level)
|
||||
log_admin("[key_name(usr)] changed the security level to code [sec_level].")
|
||||
|
||||
/client/proc/shuttle_panel()
|
||||
set name = "Shuttle Control Panel"
|
||||
set category = "Admin"
|
||||
|
||||
if(!check_rights(R_ADMIN | R_EVENT))
|
||||
return
|
||||
|
||||
var/datum/tgui_module/admin_shuttle_controller/A = new(src)
|
||||
A.tgui_interact(usr)
|
||||
log_and_message_admins("has opened the shuttle panel.")
|
||||
feedback_add_details("admin_verb","SHCP")
|
||||
|
||||
//---- bs12 verbs ----
|
||||
|
||||
@@ -525,4 +536,4 @@
|
||||
T.spell_list += new S
|
||||
feedback_add_details("admin_verb","GS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
log_admin("[key_name(usr)] gave [key_name(T)] the spell [S].")
|
||||
message_admins("<font color='blue'>[key_name_admin(usr)] gave [key_name(T)] the spell [S].</font>", 1)
|
||||
message_admins("<font color='blue'>[key_name_admin(usr)] gave [key_name(T)] the spell [S].</font>", 1)
|
||||
Reference in New Issue
Block a user