From f5d01823efa4e1e913203a5251e17e4d4a0cbd01 Mon Sep 17 00:00:00 2001 From: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com> Date: Mon, 25 Jul 2022 18:58:51 -0400 Subject: [PATCH] a --- .../code/modules/mob/living/simple_mob/donteatbossmonsters.dm | 4 ---- 1 file changed, 4 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 0d4dfb12b9..f8a0cdfd6a 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/donteatbossmonsters.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/donteatbossmonsters.dm @@ -4,10 +4,6 @@ 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