mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
* wip * wip2 * makes code actually compile on 511 + fixes * versioning * s * adds python conversion script, schema change and removes 'force ' from item_used_for_combat * fix to compile * forgot to actually commit this
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
/datum/verbs/menu/Admin/Generate_list(client/C)
|
|
if (C.holder)
|
|
. = ..()
|
|
|
|
/datum/verbs/menu/Admin/verb/playerpanel()
|
|
set name = "Player Panel"
|
|
set desc = "Player Panel"
|
|
set category = "Admin"
|
|
if(usr.client.holder)
|
|
usr.client.holder.player_panel_new()
|
|
SSblackbox.record_feedback("tally", "admin_verb", 1, "Player Panel New") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|