diff --git a/code/modules/mob/living/simple_animal/hostile/alien.dm b/code/modules/mob/living/simple_animal/hostile/alien.dm index 4cfc56cdf1..32f1c8cc95 100644 --- a/code/modules/mob/living/simple_animal/hostile/alien.dm +++ b/code/modules/mob/living/simple_animal/hostile/alien.dm @@ -12,7 +12,7 @@ response_harm = "hits" speed = 0 butcher_results = list(/obj/item/weapon/reagent_containers/food/snacks/meat/slab/xeno = 4, - /obj/item/stack/sheet/animalhide/xeno = 1) + /obj/item/stack/sheet/animalhide/xeno = 1, /obj/item/organ/tongue/alien = 1) maxHealth = 125 health = 125 harm_intent_damage = 5