mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
port ADMIN_VERB and friends (#30646)
* port ADMIN_VERB and friends * some renaming * dumb * one more rename * never search and replace this codebase * fix TM issues, more renaming * add a static analysis to shore up user verbs * fix double message on roundstart * remove macro we're not using yet * convert remaining playsounds verbs * convert more verbs i missed somehow * why is this a completely different signature than everything else * fix ui_interact arg * fix logging view and others * buncha issues caught in TM * fix mentor tickets ui * fix bug report viewing * moron
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
/datum/keybinding/admin/aghost/down(client/C)
|
||||
. = ..()
|
||||
C.admin_ghost()
|
||||
SSuser_verbs.invoke_verb(C, /datum/user_verb/admin_ghost)
|
||||
|
||||
/datum/keybinding/admin/player_panel
|
||||
name = "Player Panel"
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
/datum/keybinding/admin/apm/down(client/C)
|
||||
. = ..()
|
||||
C.cmd_admin_pm_panel()
|
||||
SSuser_verbs.invoke_verb(C, /datum/user_verb/admin_pm_panel)
|
||||
|
||||
/datum/keybinding/admin/invisimin
|
||||
name = "Invisimin"
|
||||
@@ -51,4 +51,4 @@
|
||||
|
||||
/datum/keybinding/admin/invisimin/down(client/C)
|
||||
. = ..()
|
||||
C.invisimin()
|
||||
SSuser_verbs.invoke_verb(C, /datum/user_verb/invisimin)
|
||||
|
||||
Reference in New Issue
Block a user