From 4a219a23d5a65f13144133f50277f05363f14643 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Mon, 18 Mar 2024 21:22:26 +0000 Subject: [PATCH] xeno eggs now take finger prints --- code/modules/mob/living/carbon/xenomorph/egg_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/xenomorph/egg_item.dm b/code/modules/mob/living/carbon/xenomorph/egg_item.dm index f349b8acfb8d..a9d00519b691 100644 --- a/code/modules/mob/living/carbon/xenomorph/egg_item.dm +++ b/code/modules/mob/living/carbon/xenomorph/egg_item.dm @@ -5,7 +5,7 @@ icon = 'icons/mob/xenos/effects.dmi' icon_state = "egg_item" w_class = SIZE_MASSIVE - flags_atom = OPENCONTAINER + flags_atom = FPRINT|OPENCONTAINER flags_item = NOBLUDGEON throw_range = 1 layer = MOB_LAYER