mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
78 lines
1.4 KiB
Plaintext
78 lines
1.4 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 = FALSE
|
|
|
|
/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/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 |