mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-17 20:30:46 +01:00
72628d226c
* More globals * planets * . * . * Update jukebox.dm * Fix timer callback syntax in jukebox.dm * .
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
/client/proc/debug_rogueminer()
|
|
set category = "Debug"
|
|
set name = "Debug RogueMiner"
|
|
set desc = "Debug the RogueMiner controller."
|
|
|
|
if(!check_rights_for(src, R_HOLDER)) return
|
|
debug_variables(GLOB.rm_controller)
|
|
feedback_add_details("admin_verb","DRM")
|