From 5d1b0df9d05b2d96d345c2b2afac1c45371a3959 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 21 May 2020 11:43:12 -0400 Subject: [PATCH] Fix carp subtypes without vore sprites becoming invisible --- .../living/simple_mob/subtypes/vore/zz_vore_overrides.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm b/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm index a39dd865a0e..5d6c88cc920 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/zz_vore_overrides.dm @@ -120,6 +120,13 @@ response_disarm = "gently pushes aside" response_harm = "hits" +/mob/living/simple_mob/animal/space/carp/large + vore_icons = 0 +/mob/living/simple_mob/animal/space/carp/large/huge + vore_icons = 0 +/mob/living/simple_mob/animal/space/carp/holographic + vore_icons = 0 + /* //VOREStation AI Temporary removal /mob/living/simple_mob/hostile/creature/vore vore_active = 1