Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit e2d1aac

Browse files
baiomu moment
1 parent d04c9f6 commit e2d1aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/__HELPERS/mobs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ GLOBAL_LIST_EMPTY(species_list)
450450
if(prefs.toggles & DISABLE_ARRIVALRATTLE)
451451
continue
452452
if(DEADCHAT_PDA)
453-
if(prefs.chat_toggles & CHAT_GHOSTPDA)
453+
if(!(prefs.chat_toggles & CHAT_GHOSTPDA))
454454
continue
455455

456456
if(isobserver(M))

0 commit comments

Comments
 (0)