diff --git a/modular_citadel/simplemob_vore_values.dm b/modular_citadel/simplemob_vore_values.dm index 65d347266d..ed1268a354 100644 --- a/modular_citadel/simplemob_vore_values.dm +++ b/modular_citadel/simplemob_vore_values.dm @@ -79,4 +79,7 @@ devourable = TRUE /mob/living/carbon/monkey - devourable = TRUE \ No newline at end of file + devourable = TRUE + +/mob/living/simple_animal/hostile/carp + devourable = TRUE