Nerfing Vore

I've come to nerf vore in the vorecode, and only the headmins and maintainers can stop me!
This commit is contained in:
Victor Zisthus
2022-07-25 18:49:00 -04:00
parent cbc3751c64
commit ffd72fd200
2 changed files with 50 additions and 0 deletions
@@ -0,0 +1,49 @@
//I've come to nerf vore in the vorecode, and only the headmins and maintainers can stop me.
/mob/living/simple_mob/mobs_monsters/clowns/
digestable = 0
devourable = 0
/mob/living/simple_mob/vore/bigdragon
digestable = 0
devourable = 0
/mob/living/simple_mob/vore/aggressive/dragon
digestable = 0
devourable = 0
/mob/living/simple_mob/vore/aggressive/chungus
digestable = 0
devourable = 0
/mob/living/simple_mob/vore/greatwolf
digestable = 0
devourable = 0
/mob/living/simple_mob/vore/leopardmander
digestable = 0
devourable = 0
/mob/living/simple_mob/vore/solarmoth
digestable = 0
devourable = 0
/mob/living/simple_mob/construct
digestable = 0
devourable = 0
/mob/living/simple_mob/mechanical/mecha
digestable = 0
devourable = 0
/mob/living/simple_mob/mechanical/hivebot/tank
digestable = 0
devourable = 0
/mob/living/simple_mob/animal/space/alien/queen
digestable = 0
devourable = 0
/mob/living/simple_mob/animal/giant_spider/broodmother
digestable = 0
devourable = 0