mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
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:
@@ -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)
|
||||
.=..()
|
||||
|
||||
Reference in New Issue
Block a user