Fixes the Blob being banished to the shadow realm (#38461)

* blob now respawns like nuke disk if off z-level

* can't do it, sorry nak

* space

* muh codebaby

* Revert "CitrusGender my friend, don't you start away uneasy"
This commit is contained in:
CitrusGender
2018-06-17 21:06:18 -04:00
committed by letterjay
parent 3fe0ec584c
commit ba6c5324f0
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 ..()