From 093b8b92d0974443b922402b400744ccbb8bd39e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 12 Feb 2025 23:20:36 +0300 Subject: [PATCH] Update simplemob_vore_values.dm Gremlins are now voreable. Why? Easy cleaning --- .../modules/mob/living/simple_animal/simplemob_vore_values.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/simple_animal/simplemob_vore_values.dm b/code/modules/mob/living/simple_animal/simplemob_vore_values.dm index 3c911c1fcf..7e9d170512 100644 --- a/code/modules/mob/living/simple_animal/simplemob_vore_values.dm +++ b/code/modules/mob/living/simple_animal/simplemob_vore_values.dm @@ -78,3 +78,7 @@ /mob/living/simple_animal/hostile/carp vore_flags = DEVOURABLE | DIGESTABLE | FEEDING vore_default_mode = DM_DIGEST + +//GREMLINS GS13 EDIT +/mob/living/simple_animal/hostile/gremlin + vore_flags = DEVOURABLE | DIGESTABLE