mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 05:02:33 +00:00
* Preference verb overhaul * this too * Update code/__DEFINES/preferences_defines.dm * Update code/modules/client/preference/preferences.dm Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com> * fixes + better html * removes unused define --------- Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
9 lines
299 B
Plaintext
9 lines
299 B
Plaintext
GLOBAL_LIST_EMPTY(preference_toggles)
|
|
|
|
GLOBAL_LIST_INIT(preference_toggle_groups, list(
|
|
"General Preferences" = PREFTOGGLE_CATEGORY_GENERAL,
|
|
"In-Round Preferences" = PREFTOGGLE_CATEGORY_LIVING,
|
|
"Ghost Preferences" = PREFTOGGLE_CATEGORY_GHOST,
|
|
"Admin Preferences" = PREFTOGGLE_CATEGORY_ADMIN,
|
|
))
|