Merge pull request #2108 from CHOMPStationBot/upstream-merge-10523

[MIRROR] Runechat: Everything not a mob is an obj
This commit is contained in:
Nadyr
2021-06-01 23:23:20 -04:00
committed by GitHub

View File

@@ -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