Skip to content

Commit

Permalink
Code readjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MPhonks committed Jul 13, 2023
1 parent 8568b20 commit d244eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/castes/Carrier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@
for(var/i in 1 to eggs_cur)
if(prob(chance))
new /obj/item/xeno_egg(loc, hivenumber)
eggs_cur--
eggs_dropped = TRUE
eggs_cur = 0

if(eggs_dropped == TRUE) //Checks whether or not to announce egg drop.
xeno_message(SPAN_XENOANNOUNCE("[src] has dropped some precious eggs!"), 2, hive.hivenumber)
Expand Down

0 comments on commit d244eb5

Please sign in to comment.