Skip to content

Commit

Permalink
bugfix: empty dna storage of headslugs (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
ROdenFL authored Oct 29, 2023
1 parent cae3792 commit 638ce09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/mob/living/simple_animal/hostile/headslug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@
cling.give_power(new /datum/action/changeling/humanform)
monka.key = origin.key
monka.revive() // better make sure some weird shit doesn't happen, because it has in the past P.S. some weird shit still happen
if(cling.absorbed_count == 0)
var/mob/living/carbon/human/rand_dna = new
cling.absorb_dna(rand_dna)
owner.gib()


#undef EGG_INCUBATION_DEAD_TIME
#undef EGG_INCUBATION_LIVING_TIME

0 comments on commit 638ce09

Please sign in to comment.