mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Adds emergency response team verb
* Adds a verb for (b)admins in "Special Verbs" that lets you spawn in an emergency response team a la deathsquid-button * Spawned-in ERTs can choose their own ridiculous name * Command alerts, because everyone loves those
This commit is contained in:
@@ -66,7 +66,8 @@ var/list/admin_verbs_admin = list(
|
||||
/client/proc/toggleattacklogs,
|
||||
/client/proc/toggledebuglogs,
|
||||
/datum/admins/proc/show_skills,
|
||||
/client/proc/check_customitem_activity
|
||||
/client/proc/check_customitem_activity,
|
||||
/client/proc/response_team
|
||||
)
|
||||
var/list/admin_verbs_ban = list(
|
||||
/client/proc/unban_panel,
|
||||
|
||||
Reference in New Issue
Block a user