mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +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:
@@ -1,14 +1,9 @@
|
||||
/client/proc/debug_bloom()
|
||||
set name = "Bloom Edit"
|
||||
set category = "Debug"
|
||||
|
||||
if(!check_rights(R_DEBUG))
|
||||
return
|
||||
USER_VERB(debug_bloom, R_DEBUG, "Bloom Edit", "Open bloom editor panel.", VERB_CATEGORY_DEBUG)
|
||||
var/datum/bloom_edit/editor = new()
|
||||
editor.ui_interact(usr)
|
||||
editor.ui_interact(client.mob)
|
||||
|
||||
message_admins("[key_name(src)] opened Bloom Edit panel.")
|
||||
log_admin("[key_name(src)] opened Bloom Edit panel.")
|
||||
message_admins("[key_name(client)] opened Bloom Edit panel.")
|
||||
log_admin("[key_name(client)] opened Bloom Edit panel.")
|
||||
|
||||
/datum/bloom_edit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user