diff --git a/modular_chomp/code/modules/mob/living/simple_mob/donteatbossmonsters.dm b/modular_chomp/code/modules/mob/living/simple_mob/donteatbossmonsters.dm index c9e093d78b..0d4dfb12b9 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/donteatbossmonsters.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/donteatbossmonsters.dm @@ -1,6 +1,6 @@ //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/ +/mob/living/simple_mob/mobs_monsters/clowns digestable = 0 devourable = 0 @@ -46,4 +46,4 @@ /mob/living/simple_mob/animal/giant_spider/broodmother digestable = 0 - devourable = 0 \ No newline at end of file + devourable = 0