Merge pull request #7157 from Citadel-Station-13/upstream-merge-38461

[MIRROR] Fixes the Blob being banished to the shadow realm
This commit is contained in:
LetterJay
2018-06-18 12:23:03 -05:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
@@ -78,3 +78,11 @@
B.change_to(/obj/structure/blob/shield/core, overmind)
..()
/obj/structure/blob/core/ComponentInitialize()
. = ..()
AddComponent(/datum/component/stationloving, FALSE, TRUE)
/obj/structure/blob/core/onTransitZ(old_z, new_z)
if(overmind && is_station_level(new_z))
overmind.forceMove(get_turf(src))
return ..()