Reverts admin ticket system (#256)
* Reverts admin ticket system Way too buggy right now. * I guess dme is a thing
This commit is contained in:
@@ -24,10 +24,6 @@ var/list/admin_verbs_default = list(
|
||||
/client/proc/stop_sounds
|
||||
)
|
||||
var/list/admin_verbs_admin = list(
|
||||
/client/proc/resolvehandlingahelp,
|
||||
/client/proc/listhandlingahelp,
|
||||
/datum/adminticket/proc/listunresolvedtickets,
|
||||
/datum/adminticket/proc/listtickets,
|
||||
/client/proc/player_panel_new, /*shows an interface for all players, with links to various panels*/
|
||||
/client/proc/invisimin, /*allows our mob to go invisible/visible*/
|
||||
// /datum/admins/proc/show_traitor_panel, /*interface which shows a mob's mind*/ -Removed due to rare practical use. Moved to debug verbs ~Errorage
|
||||
@@ -738,7 +734,6 @@ var/list/admin_verbs_hideable = list(
|
||||
testing("Spawned test mob at [tile.x],[tile.y],[tile.z]")
|
||||
while (!area && --j > 0)
|
||||
|
||||
|
||||
/client/proc/toggle_AI_interact()
|
||||
set name = "Toggle Admin AI Interact"
|
||||
set category = "Admin"
|
||||
|
||||
Reference in New Issue
Block a user