mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 04:57:47 +01:00
Fixes morph icon issue + verbs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user