From fb9c883b90a4f4cfa30fae98cfd4b9774b8b0b20 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Wed, 30 Mar 2016 17:55:31 -0400 Subject: [PATCH] Makes medibots ignore IPC's --- code/modules/mob/living/simple_animal/bot/medbot.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/modules/mob/living/simple_animal/bot/medbot.dm b/code/modules/mob/living/simple_animal/bot/medbot.dm index b1504fdb109..588588a1e3f 100644 --- a/code/modules/mob/living/simple_animal/bot/medbot.dm +++ b/code/modules/mob/living/simple_animal/bot/medbot.dm @@ -353,6 +353,12 @@ if(C.suiciding) return 0 //Kevorkian school of robotic medical assistants. + // is secretly a silicon + if(ishuman(C)) + var/mob/living/carbon/human/H = C + if(H.species && H.species.reagent_tag == PROCESS_SYN) + return 0 + if(emagged == 2) //Everyone needs our medicine. (Our medicine is toxins) return 1