From d156b5033174e5c2a8558b0e812334a253b80e2e Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 28 Jul 2018 01:53:37 -0500 Subject: [PATCH] Makes carp edible Because apparently this was never modularized correctly. --- modular_citadel/simplemob_vore_values.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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