Merge pull request #11578 from Ghommie/Ghommie-cit636

Fixing owner not being set in mutation/on_aquiring.
This commit is contained in:
kevinz000
2020-03-23 10:36:17 -07:00
committed by Dip
parent 9b276b797b
commit 96a09b1793
15 changed files with 49 additions and 46 deletions
@@ -44,7 +44,7 @@
/mob/living/carbon/human/Move(NewLoc, direct)
. = ..()
for(var/datum/mutation/human/HM in dna.mutations)
HM.on_move(src, NewLoc)
HM.on_move(NewLoc)
if(shoes && shoes.type != /obj/item/clothing/head/mob_holder/micro)
if(!lying && !buckled)