transfer to subsystem (#19323)

* transfer to subsystem

* ,

* .

* .
This commit is contained in:
Kashargul
2026-03-26 18:30:32 -04:00
committed by GitHub
parent 5f3a037d77
commit a0c5678533
5 changed files with 18 additions and 22 deletions
-1
View File
@@ -81,7 +81,6 @@ ADMIN_VERB(debug_controller, R_DEBUG, "Debug Controller", "Debug the various per
options["LEGACY: job_master"] = GLOB.job_master
options["LEGACY: emergency_shuttle"] = GLOB.emergency_shuttle
options["LEGACY: cameranet"] = GLOB.cameranet
options["LEGACY: transfer_controller"] = GLOB.transfer_controller
var/pick = tgui_input_list(user, "Choose a controller to debug/view variables of.", "VV controller:", options)
if(!pick)