diff --git a/code/modules/mob/living/silicon/ai/say.dm b/code/modules/mob/living/silicon/ai/say.dm index 73d4a3a3921..aefa4bf0b49 100644 --- a/code/modules/mob/living/silicon/ai/say.dm +++ b/code/modules/mob/living/silicon/ai/say.dm @@ -9,7 +9,7 @@ if (istype(other, /mob/living/carbon/human)) return 1 if (istype(other, /mob/living/carbon/human/tajaran)) - return 1 + return 1 if (istype(other, /mob/living/silicon/robot)) return 1 if (istype(other, /mob/living/silicon/decoy)) diff --git a/code/modules/mob/living/silicon/decoy/decoy.dm b/code/modules/mob/living/silicon/decoy/decoy.dm index 931da51b9e3..8c66f7f82af 100644 --- a/code/modules/mob/living/silicon/decoy/decoy.dm +++ b/code/modules/mob/living/silicon/decoy/decoy.dm @@ -8,7 +8,7 @@ if (istype(other, /mob/living/carbon/human)) return 1 if (istype(other, /mob/living/carbon/human/tajaran)) - return 1 + return 1 if (istype(other, /mob/living/silicon/robot)) return 1 if (istype(other, /mob/living/silicon/ai)) diff --git a/code/modules/mob/living/silicon/pai/say.dm b/code/modules/mob/living/silicon/pai/say.dm index 3e9249f1570..61cf214952a 100644 --- a/code/modules/mob/living/silicon/pai/say.dm +++ b/code/modules/mob/living/silicon/pai/say.dm @@ -12,7 +12,7 @@ if (istype(other, /mob/living/carbon/brain)) return 1 if (istype(other, /mob/living/carbon/human/tajaran)) - return 1 + return 1 return ..() /mob/living/silicon/pai/say_quote(var/text) diff --git a/code/modules/mob/living/silicon/robot/say.dm b/code/modules/mob/living/silicon/robot/say.dm index 6d2f74f9487..b0a4d2ee13d 100644 --- a/code/modules/mob/living/silicon/robot/say.dm +++ b/code/modules/mob/living/silicon/robot/say.dm @@ -6,7 +6,7 @@ if (istype(other, /mob/living/carbon/human)) return 1 if (istype(other, /mob/living/carbon/human/tajaran)) - return 1 + return 1 if (istype(other, /mob/living/carbon/brain)) return 1 if (istype(other, /mob/living/silicon/pai)) diff --git a/code/unused/hivebot/mainframe.dm b/code/unused/hivebot/mainframe.dm index 6f846596d22..a6778d9f184 100644 --- a/code/unused/hivebot/mainframe.dm +++ b/code/unused/hivebot/mainframe.dm @@ -72,7 +72,7 @@ if (istype(other, /mob/living/silicon/ai)) return 1 if (istype(other, /mob/living/carbon/human/tajaran)) - return 1 + return 1 return ..() /mob/living/silicon/hive_mainframe/say_quote(var/text) diff --git a/code/unused/hivebot/say.dm b/code/unused/hivebot/say.dm index 429495be47a..58ab72ef16f 100644 --- a/code/unused/hivebot/say.dm +++ b/code/unused/hivebot/say.dm @@ -4,7 +4,7 @@ if (istype(other, /mob/living/carbon/human)) return 1 if (istype(other, /mob/living/carbon/human/tajaran)) - return 1 + return 1 if (istype(other, /mob/living/silicon/robot)) return 1 return ..()