Merge pull request #11418 from Ghommie/Ghommie-cit615

Fix runtimes some more.
This commit is contained in:
Putnam3145
2020-03-11 17:01:13 -07:00
committed by GitHub
27 changed files with 49 additions and 63 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
destination = get_turf(loc)
AM.forceMove(destination)
/obj/item/clothing/head/mob_holder/dropped()
/obj/item/clothing/head/mob_holder/dropped(mob/user)
. = ..()
if(held_mob && isturf(loc))//don't release on soft-drops
release()