* maps, tgui, tools * defines and helpers * onclick and controllers * datums fucking caught that hulk reversal too. * game and shuttle modular * module/admin * oh god they fucking moved antag shit again * haaaaate. Haaaaaaaaaate. * enables moff wings * more modules things * tgstation.dme before I forget something important * some mob stuff * s'more mob/living stuff * some carbon stuff * ayy lmaos and kitchen meat * Human stuff * species things moff wings have a 'none' version too * the rest of the module stuff. * some strings * misc * mob icons * some other icons. * It compiles FUCK BORERS FUCK BORERS
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 = 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/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 |