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:
@@ -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 ..()
|
||||
|
||||
Reference in New Issue
Block a user