mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user