Skip to content

Commit

Permalink
[MIRROR] Changes default chat preferences for new players (#2596)
Browse files Browse the repository at this point in the history
* Changes default chat preferences for new players (#83311)

## About The Pull Request
New players will no longer have ghost ears, ghost sight and ghost
whispers on by default.

## Why It's Good For The Game
This information is usually overwhelming and the first thing a new
player will do upon dying will be to try and turn these settings off. We
should just have them off by default and let players toggle them on if
they really want to know what everyone is saying at all times.

## Changelog
:cl:
qol: New players will no longer start with ghost ears, ghost sight and
ghost whispers on by default.
/:cl:

Co-authored-by: Watermelon914 <[email protected]>

* Changes default chat preferences for new players

---------

Co-authored-by: Watermelon914 <[email protected]>
Co-authored-by: Watermelon914 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
4 people authored and StealsThePRs committed May 21, 2024
1 parent 87c2e72 commit d1f3ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define CHAT_GHOSTLAWS (1<<11)
#define CHAT_LOGIN_LOGOUT (1<<12)

#define TOGGLES_DEFAULT_CHAT (CHAT_OOC|CHAT_DEAD|CHAT_GHOSTEARS|CHAT_GHOSTSIGHT|CHAT_PRAYER|CHAT_PULLR|CHAT_GHOSTWHISPER|CHAT_GHOSTPDA|CHAT_GHOSTRADIO|CHAT_BANKCARD|CHAT_GHOSTLAWS|CHAT_LOGIN_LOGOUT)
#define TOGGLES_DEFAULT_CHAT (CHAT_OOC|CHAT_DEAD|CHAT_PRAYER|CHAT_PULLR|CHAT_GHOSTPDA|CHAT_GHOSTRADIO|CHAT_BANKCARD|CHAT_GHOSTLAWS|CHAT_LOGIN_LOGOUT)

#define PARALLAX_INSANE "Insane"
#define PARALLAX_HIGH "High"
Expand Down

0 comments on commit d1f3ebe

Please sign in to comment.