Fixes pet rat prefs to be consistent with other pets (#19102)

Makes the pet rat undevourable and undigestable, like most other pets.
This commit is contained in:
SatinIsle
2026-01-29 02:38:38 +00:00
committed by GitHub
parent c97a9ef078
commit 3ab40af6ea
@@ -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)
.=..()