mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user