Merge pull request #3613 from Citadel-Station-13/upstream-merge-32098

[MIRROR] Fixes a runtime on organ replacement
This commit is contained in:
LetterJay
2017-10-27 02:16:47 -04:00
committed by GitHub
@@ -22,7 +22,7 @@
if(replaced)
replaced.Remove(M, special = 1)
if(drop_if_replaced)
replaced.forceMove(get_turf(src))
replaced.forceMove(get_turf(M))
else
qdel(replaced)