Add toggle stat panel to stat panel (#6081)

## About The Pull Request

Un-hides the secret toggle-stat-panel verb
## Why It's Good For The Game

Friday somehow hid the stat panel and didn't know how to fix it. It'll
probably happen again with somebody else.

## Changelog

🆑 LT3
add: Toggle Stat Panel is now available in the OOC panel
/🆑
This commit is contained in:
LT3
2026-08-08 13:51:55 -04:00
committed by GitHub
parent e5236b0e57
commit 523cf0ed2d
+2 -1
View File
@@ -1,6 +1,7 @@
/client/verb/toggle_stat_panel()
set name = "Toggle Stat Panel"
set hidden = TRUE
set category = "OOC" // BUBBER EDIT ADDITION - SHOW STAT PANEL TOGGLE
// set hidden = TRUE // BUBBER EDIT CHANGE - SHOW STAT PANEL TOGGLE
//Flip it
prefs.write_preference(GLOB.preference_entries[/datum/preference/toggle/statpanel], !prefs.read_preference(/datum/preference/toggle/statpanel))