diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm b/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm index d181620caaab..59a3b535856b 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm @@ -9,6 +9,7 @@ attack_edge = TRUE attacktext = list("slashed") attack_sound = 'sound/weapons/bladeslice.ogg' + meat_type = /obj/item/reagent_containers/food/snacks/xenomeat /mob/living/simple_mob/animal/space/xenomorph/breaker/death() ..()