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:
Poojawa
2017-02-28 23:10:37 -06:00
committed by GitHub
parent 93fcc0d99f
commit 768c644638
7 changed files with 119 additions and 255 deletions
-5
View File
@@ -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"