86 lines
1.6 KiB
Plaintext
86 lines
1.6 KiB
Plaintext
/mob/living/simple_animal/pet/cat
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/crab
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/pet/dog
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/hostile/retaliate/goat
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/cow
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/chick
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/chicken
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/pet/fox
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/hostile/lizard
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/mouse
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/pet/penguin
|
|
no_vore = TRUE
|
|
|
|
/mob/living/simple_animal/pet
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/sloth
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/hostile/alien
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/hostile/bear
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/hostile/poison/giant_spider
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/hostile/retaliate/poison/snake
|
|
devourable = TRUE
|
|
no_vore = FALSE //oh yes my pretty.
|
|
|
|
/mob/living/simple_animal/hostile/gorilla
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/hostile/megafauna/dragon
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/hostile/asteroid/goliath
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal/parrot
|
|
devourable = TRUE
|
|
no_vore = FALSE
|
|
|
|
/mob/living/simple_animal
|
|
no_vore = TRUE
|
|
|
|
/mob/living/carbon/alien
|
|
devourable = TRUE
|
|
|
|
/mob/living/carbon/monkey
|
|
devourable = TRUE
|
|
|
|
/mob/living/simple_animal/hostile/carp
|
|
devourable = TRUE
|