From 3ddd11bda0540ee4d1df40f7813220bd3468063b Mon Sep 17 00:00:00 2001 From: InquisitiveEpidemic <52363810+InquisitiveEpidemic@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:45:52 -0500 Subject: [PATCH] Update xenomorph.dm --- .../mob/living/simple_mob/subtypes/animal/xenomorph/xenomorph.dm | 1 + 1 file changed, 1 insertion(+) 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() ..()