Merge pull request #687 from ArchieBeepBoop/mutation

Fixes mutations runtiming left and right / owner not being set in mutation
This commit is contained in:
Dahlular
2020-11-19 23:22:12 -07:00
committed by GitHub
16 changed files with 50 additions and 47 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)