From 3ab40af6ea3148657b0e9fb3c2eb5b5ee228e6ef Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Thu, 29 Jan 2026 02:38:38 +0000 Subject: [PATCH] Fixes pet rat prefs to be consistent with other pets (#19102) Makes the pet rat undevourable and undigestable, like most other pets. --- code/modules/mob/living/simple_mob/subtypes/vore/rat.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm b/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm index 8caf0a08b7..901caf81b4 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/rat.dm @@ -256,6 +256,8 @@ /mob/living/simple_mob/vore/aggressive/rat/pet name = "Giant Rat Siblings" ai_holder_type = /datum/ai_holder/simple_mob/retaliate + devourable = 0 + digestable = 0 /mob/living/simple_mob/vore/aggressive/rat/pet/Initialize(mapload) .=..()