diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm index c50042b6445..52575cfc140 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm @@ -29,6 +29,10 @@ melee_damage_lower = 20 melee_damage_upper = 20 see_in_dark = 8 + + response_help = "touches" + response_disarm = "pushes" + response_harm = "hits" attacktext = "glomps" attack_sound = 'sound/effects/blobattack.ogg' @@ -156,6 +160,12 @@ return return ..() +/mob/living/simple_mob/vore/hostile/morph/update_icon() + if(morphed) + return + return ..() + + /mob/living/simple_mob/vore/hostile/morph/update_icons() if(morphed) return