From 46c6ba521d01028507eedc322986a06f8523d3fc Mon Sep 17 00:00:00 2001 From: Will <7099514+Willburd@users.noreply.github.com> Date: Sun, 10 Aug 2025 10:19:36 -0400 Subject: [PATCH] hippo mob fixes (#18227) --- code/modules/mob/living/simple_mob/subtypes/vore/hippo.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/hippo.dm b/code/modules/mob/living/simple_mob/subtypes/vore/hippo.dm index 725d48590f1..7d37f25a51c 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/hippo.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/hippo.dm @@ -5,8 +5,8 @@ icon_state = "hippo" icon_living = "hippo" - icon_dead = "hippo_dead" - icon_gib = "hippo_gib" + icon_dead = "hippo-dead" + icon_gib = "hippo-dead" // No gib sprite yet icon = 'icons/mob/vore64x64.dmi' maxHealth = 200 @@ -55,7 +55,7 @@ vore_active = 1 vore_capacity = 1 vore_bump_chance = 15 - vore_bump_emote = "lazily wraps its tentacles around" + vore_bump_emote = "lazily wraps its mouth around" vore_standing_too = 1 vore_ignores_undigestable = 0 vore_default_mode = DM_HOLD