Skip to content

Commit

Permalink
addresses runtime exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdtalon committed Nov 11, 2023
1 parent 6dadf97 commit 4d1baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@
if(is_zoomed)
zoom_out()
if(iscarrier(src))
var/mob/living/carbon/xenomorph/carrier/carrier
var/mob/living/carbon/xenomorph/carrier/carrier = src
carrier.huggers_max = caste.huggers_max
carrier.eggs_max = caste.eggs_max
need_weeds = mutators.need_weeds
Expand Down

0 comments on commit 4d1baa0

Please sign in to comment.