From 1c228a7d82cd6b3162e32714df0adc3e43e473b7 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 2 Dec 2021 01:43:39 -0500 Subject: [PATCH 1/2] Merge pull request #11933 from Heroman3003/botprefs Fixes prefs of simple bots allowing vore despite mob itself not allowing it. --- code/modules/mob/living/bot/bot_vr.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/bot/bot_vr.dm b/code/modules/mob/living/bot/bot_vr.dm index 958db0dc9f..19fc538eb6 100644 --- a/code/modules/mob/living/bot/bot_vr.dm +++ b/code/modules/mob/living/bot/bot_vr.dm @@ -1,2 +1,5 @@ /mob/living/bot - no_vore = TRUE \ No newline at end of file + no_vore = TRUE + devourable = FALSE + feeding = FALSE + can_be_drop_pred = FALSE \ No newline at end of file