Fixes morph icon issue + verbs

This commit is contained in:
Heroman
2019-09-08 10:16:20 +10:00
parent 63757598de
commit 8e0cdaae93
@@ -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