Skip to content

Commit

Permalink
Xeno eggs now take finger prints (#5975)
Browse files Browse the repository at this point in the history
# About the pull request

Eggs haven't taken fingerprints for 5 years.

# Explain why it's good for the game
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
admin: Xeno eggs now take fingerprints.
/:cl:
  • Loading branch information
Birdtalon authored Mar 20, 2024
1 parent 7576a25 commit b04eaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/egg_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b04eaea

Please sign in to comment.