Files
af2f88a7af A port of a port - Looc Runechat as a prefrence (#2518)
## 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>


![image](https://github.com/user-attachments/assets/5962f2b4-f4c2-4509-afcb-5564cd6aaad1)


![image](https://github.com/user-attachments/assets/88afe225-2765-4c1c-8883-0cfba1fb9f51)


![image](https://github.com/user-attachments/assets/4456d22f-71d8-461b-9b55-25d617cf7b03)

</details>

## Changelog
🆑
add: LOOC now has runetext! (As an option)
/🆑

Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
2024-11-24 18:58:32 +00:00

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