mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #2108 from CHOMPStationBot/upstream-merge-10523
[MIRROR] Runechat: Everything not a mob is an obj
This commit is contained in:
@@ -236,7 +236,8 @@ var/list/runechat_image_cache = list()
|
||||
// Doesn't want to hear
|
||||
if(ismob(speaker) && !client.is_preference_enabled(/datum/client_preference/runechat_mob))
|
||||
return
|
||||
else if(isobj(speaker) && !client.is_preference_enabled(/datum/client_preference/runechat_obj))
|
||||
// I know the pref is 'obj' but people dunno what turfs are
|
||||
else if(!client.is_preference_enabled(/datum/client_preference/runechat_obj))
|
||||
return
|
||||
|
||||
// Incapable of receiving
|
||||
|
||||
Reference in New Issue
Block a user