Skip to content

Commit

Permalink
stops the queen from resting while on ovi
Browse files Browse the repository at this point in the history
  • Loading branch information
VileBeggar committed Jul 31, 2024
1 parent 22a7cd1 commit f4499bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/mob/living/carbon/xenomorph/castes/Queen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@
/mob/living/carbon/xenomorph/queen/can_destroy_special()
return TRUE

/mob/living/carbon/xenomorph/queen/set_resting(new_resting, silent, instant)
if(ovipositor)
return
. = ..()

/mob/living/carbon/xenomorph/queen/get_organ_icon()
return "heart_t3"
Expand Down

0 comments on commit f4499bc

Please sign in to comment.