From d0c8e1505cb7cff3364dc91c0729621f3ec45831 Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Thu, 4 Oct 2018 21:01:23 +0200 Subject: [PATCH] Fix and error pointed out. --- code/modules/mob/living/simple_animal/vore/hippo.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/vore/hippo.dm b/code/modules/mob/living/simple_animal/vore/hippo.dm index 1b6f5a15f6..bfd28aafb5 100644 --- a/code/modules/mob/living/simple_animal/vore/hippo.dm +++ b/code/modules/mob/living/simple_animal/vore/hippo.dm @@ -61,6 +61,6 @@ vore_digest_chance = 10 vore_escape_chance = 20 vore_pounce_chance = 35 //it's hippo sized it doesn't care it just eats you - vore_stomach_name = "paunch" - vore_stomach_flavor = "You are squeezed into the tight embrace of the alien creature's warm and cozy insides." + vore_stomach_name = "rumen" //First stomach of a ruminant. It's where the pre digestion bacteria stuff happens. Very warm. + vore_stomach_flavor = "You are squeezed into the sweltering insides of the herbivore rumen." vore_icons = SA_ICON_LIVING