* buncha things from upstream * datums globals, onclick * datums * game folder, holy shit mirror bot why * modules * icons * dme * compiles cleanly * tools purge * updates maps * double check just because. and wew lad * incidentally, this needs more work first * some things * weh * sound cleanup and icons * reeeee * compile issues * oh look, fresh code sync * cleans up some unused icons * dirty vars * reeeeeeeeeeeeeeee * wew lad. fuck off with this already
82 lines
1.5 KiB
Plaintext
82 lines
1.5 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 |