From 2c8186ccccf2d1c42a6786d06c2239907f9ef86a Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Mon, 25 Jul 2022 18:55:49 -0400 Subject: [PATCH] removed an oopsie --- .../code/modules/mob/living/simple_mob/donteatbossmonsters.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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