mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds pref to remove internals pressure from status tab, adds it to inspect text (#16110)
* yeets the internals from status panel
* adds pressure reading to the tank inspect text
* Adds a pref toggle
* numbers are hard
* catchup with master
* Revert "catchup with master"
This reverts commit bb972cb110.
This commit is contained in:
@@ -348,3 +348,11 @@
|
||||
prefs.toggles2 ^= PREFTOGGLE_2_FORCE_WHITE_RUNECHAT
|
||||
prefs.save_preferences(src)
|
||||
to_chat(src, "Your runechats will [(prefs.toggles2 & PREFTOGGLE_2_FORCE_WHITE_RUNECHAT) ? "no longer" : "now"] be forced to be white.")
|
||||
|
||||
/client/verb/toggle_simple_stat_panel()
|
||||
set name = "Toggle Simple Status Panel"
|
||||
set category = "Preferences"
|
||||
set desc = "Toggles detailed information on the status panel"
|
||||
prefs.toggles2 ^= PREFTOGGLE_2_SIMPLE_STAT_PANEL
|
||||
prefs.save_preferences(src)
|
||||
to_chat(src, "You will [(prefs.toggles2 & PREFTOGGLE_2_SIMPLE_STAT_PANEL) ? "no longer" : "now"] get detailed information on the status panel.")
|
||||
|
||||
Reference in New Issue
Block a user