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