Skip to content

Commit

Permalink
no ovi requirement in endgame
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jul 23, 2023
1 parent 296483c commit 9f56b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xeno_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@
to_chat(user, SPAN_WARNING("The selected hive does not have a Queen!"))
return FALSE

if(!living_xeno_queen.ovipositor)
if(!living_xeno_queen.ovipositor && !SSticker.mode.is_in_endgame)
to_chat(user, SPAN_WARNING("The selected hive does not have a Queen on Ovipositor!"))
return FALSE

Expand Down

0 comments on commit 9f56b0a

Please sign in to comment.