mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
## About The Pull Request https://github.com/NovaSector/NovaSector/pull/1852 A port of that ## Why It's Good For The Game LOOC is one of the few texts that people miss from someone next to them, and this gives the option of that. ## Proof Of Testing <details> <summary>Screenshots/Videos</summary>    </details> ## Changelog 🆑 add: LOOC now has runetext! (As an option) /🆑 Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
/datum/preference/toggle/admin/see_looc
|
|
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
|
|
default_value = TRUE
|
|
savefile_key = "looc_admin_pref"
|
|
savefile_identifier = PREFERENCE_PLAYER
|
|
|
|
/datum/preference/toggle/enable_looc_runechat
|
|
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
|
|
default_value = FALSE
|
|
savefile_key = "enable_looc_runechat"
|
|
savefile_identifier = PREFERENCE_PLAYER
|