mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +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
|
// Doesn't want to hear
|
||||||
if(ismob(speaker) && !client.is_preference_enabled(/datum/client_preference/runechat_mob))
|
if(ismob(speaker) && !client.is_preference_enabled(/datum/client_preference/runechat_mob))
|
||||||
return
|
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
|
return
|
||||||
|
|
||||||
// Incapable of receiving
|
// Incapable of receiving
|
||||||
|
|||||||
Reference in New Issue
Block a user