From 00e536c21d0ba5ef54c812ae760a60e8442ec88d Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sun, 17 Dec 2023 12:31:42 -0500 Subject: [PATCH] Raptor and Scel vore capacity fix IT was 2 but they only have sprites for 1~ --- code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm | 3 +-- code/modules/mob/living/simple_mob/subtypes/vore/scel.dm | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm b/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm index 1c8d439ac5d..5adb15f8652 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/raptor.dm @@ -56,7 +56,7 @@ vore_pounce_chance = 50 vore_active = 1 vore_icons = SA_ICON_LIVING | SA_ICON_REST - vore_capacity = 2 + vore_capacity = 1 swallowTime = 50 vore_ignores_undigestable = TRUE vore_default_mode = DM_DIGEST @@ -147,4 +147,3 @@ remove_eyes() add_eyes() update_transform() - diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/scel.dm b/code/modules/mob/living/simple_mob/subtypes/vore/scel.dm index 6312d835cd2..deef2f06229 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/scel.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/scel.dm @@ -73,7 +73,7 @@ vore_active = 1 vore_icons = 1 vore_icons = SA_ICON_LIVING | SA_ICON_REST - vore_capacity = 2 + vore_capacity = 1 swallowTime = 50 vore_ignores_undigestable = TRUE vore_default_mode = DM_SELECT @@ -258,4 +258,4 @@ else set_light(0) - return FALSE \ No newline at end of file + return FALSE