Skip to content

Commit

Permalink
it was bait map merge was fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Dec 31, 2024
1 parent 0d7e8d3 commit 92c94b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/Evolution.dm
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@
to_chat(src, SPAN_WARNING("Something went terribly wrong here. Your new xeno is null! Tell a coder immediately!"))
if(new_xeno)
qdel(new_xeno)

if(organ_value != 0)
var/obj/item/organ/xeno/organ = new()
organ = new()
organ.forceMove(src)
organ.research_value = organ_value
organ.caste_origin = caste_type
Expand Down

0 comments on commit 92c94b0

Please sign in to comment.