Skip to content

Commit

Permalink
bugfix: now mind return into carbon after gib simple_animal from anom…
Browse files Browse the repository at this point in the history
…alous_crystal (#5179)

anomalous_crystal bugfix
  • Loading branch information
gornomogilo authored Jun 14, 2024
1 parent 85bf396 commit 086af69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/lavaland/loot/colossus_loot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
L.mutations -=MUTE
L.status_flags &= ~GODMODE
REMOVE_TRAIT(L, TRAIT_NO_TRANSFORM, UNIQUE_TRAIT_SOURCE(src))
if(holder_animal && !QDELETED(holder_animal))
if(holder_animal)
holder_animal.mind.transfer_to(L)
L.mind.RemoveSpell(/obj/effect/proc_holder/spell/exit_possession)
if(kill || !isanimal(loc))
Expand Down

0 comments on commit 086af69

Please sign in to comment.