mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
* The TGS thing * Revert the 516 revert * Further segment the world/New() proc * Fixes an issue here
6 lines
186 B
Plaintext
6 lines
186 B
Plaintext
var/datum/ui_state/debug_state/debug_state = new
|
|
|
|
/datum/ui_state/debug_state/can_use_topic(src_object, mob/user)
|
|
if(user.check_rights(R_DEBUG))
|
|
return UI_INTERACTIVE
|
|
return UI_CLOSE |