Skip to content

Commit

Permalink
just check if it's hugged
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed Jun 13, 2024
1 parent d4a75a3 commit b70bb86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
xeno.visible_message(SPAN_DANGER("[xeno] grabs [target_carbon]’s head aggressively."), \
SPAN_XENOWARNING("We grab [target_carbon]’s head aggressively."))

if(HAS_TRAIT(target_carbon, TRAIT_NESTED) || (target_carbon.status_flags & XENO_HOST))
if(target_carbon.status_flags & XENO_HOST)
for(var/obj/item/alien_embryo/embryo in target_carbon)
if(HIVE_ALLIED_TO_HIVE(xeno.hivenumber, embryo.hivenumber))
to_chat(xeno, SPAN_WARNING("We should not harm this host! It has a sister inside."))
Expand Down

0 comments on commit b70bb86

Please sign in to comment.