From 4e35243393f9c0cd0a21fb19a6ad1aacaabb3a3b Mon Sep 17 00:00:00 2001 From: Exavere Date: Tue, 21 Sep 2021 13:46:40 -0500 Subject: [PATCH] Prevents Robots from Consuming Diona Nymphs --- code/modules/mob/living/simple_animal/friendly/diona.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/friendly/diona.dm b/code/modules/mob/living/simple_animal/friendly/diona.dm index 00a90f64026..41a568559e0 100644 --- a/code/modules/mob/living/simple_animal/friendly/diona.dm +++ b/code/modules/mob/living/simple_animal/friendly/diona.dm @@ -108,6 +108,8 @@ to_chat(src, "You feel your being twine with that of [M] as you merge with its biomass.") throw_alert(gestalt_alert, /obj/screen/alert/nymph, new_master = src) //adds a screen alert that can call resist forceMove(M) + else if(isrobot(M)) + M.visible_message("[M] playfully boops [src] on the head!", "You playfully boop [src] on the head!") else get_scooped(M) else