Skip to content

Commit

Permalink
Fixes Changeling Last resort (#11964)
Browse files Browse the repository at this point in the history
* monkey fix

well it the more important part works now

* digi camo fix

finally

* Revert "digi camo fix"

This reverts commit 416199d.
  • Loading branch information
Geatish authored Dec 7, 2024
1 parent 018c0dc commit 7da21fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/simple_animal/hostile/headcrab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
time++
if(time >= EGG_INCUBATION_TIME)
Pop()
Remove(owner)
Remove(owner.loc)
qdel(src)

/obj/item/organ/body_egg/changeling_egg/proc/Pop()
var/mob/living/carbon/monkey/M = new(owner)
var/mob/living/carbon/monkey/M = new(owner.loc)

for(var/obj/item/organ/I in src)
I.Insert(M, 1)
Expand Down

0 comments on commit 7da21fd

Please sign in to comment.