From 8e0cdaae933666009d255e6520ee1e11ed13b8f4 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 8 Sep 2019 10:16:20 +1000 Subject: [PATCH] Fixes morph icon issue + verbs --- .../mob/living/simple_mob/subtypes/vore/morph/morph.dm | 10 ++++++++++ 1 file changed, 10 insertions(+) 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