mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-03 13:44:27 +00:00
Merge pull request #4231 from Citadel-Station-13/upstream-merge-33278
[MIRROR] Allows read-only VV of feedback
This commit is contained in:
@@ -39,9 +39,9 @@ SUBSYSTEM_DEF(blackbox)
|
|||||||
sealed = SSblackbox.sealed
|
sealed = SSblackbox.sealed
|
||||||
|
|
||||||
//no touchie
|
//no touchie
|
||||||
/datum/controller/subsystem/blackbox/can_vv_get(var_name)
|
/datum/controller/subsystem/blackbox/vv_get_var(var_name)
|
||||||
if(var_name == "feedback")
|
if(var_name == "feedback")
|
||||||
return FALSE
|
return debug_variable(var_name, deepCopyList(feedback), 0, src)
|
||||||
return ..()
|
return ..()
|
||||||
|
|
||||||
/datum/controller/subsystem/blackbox/vv_edit_var(var_name, var_value)
|
/datum/controller/subsystem/blackbox/vv_edit_var(var_name, var_value)
|
||||||
|
|||||||
Reference in New Issue
Block a user