Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBiome authored and warface1234455 committed Jan 1, 2025
1 parent 2ae7bf0 commit 7bbc9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/mobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ GLOBAL_LIST_EMPTY(species_list)
if(prefs.toggles & DISABLE_ARRIVALRATTLE)
continue
if(DEADCHAT_PDA)
if(!(prefs.chat_toggles & CHAT_GHOSTPDA))
if(prefs.chat_toggles & CHAT_GHOSTPDA)
continue

if(isobserver(M))
Expand Down

0 comments on commit 7bbc9a3

Please sign in to comment.