Files
vgstation13/code/modules/tgui/states/debug.dm
ShiftyRail d79c1fe070 Byond 516 v2.0 (#37553)
* The TGS thing

* Revert the 516 revert

* Further segment the world/New() proc

* Fixes an issue here
2025-05-12 00:50:25 -05:00

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