// Management · RimWorld Mod

RSB OwnedStation Abandon Fix

Fixed a configuration bug that occurred when using Gravship Conquest-RimSkyBlockDLC with Vanilla Gravship Expanded-Chapter 1: Config error in RSB_OwnedStation_WorldObject: RSB_OwnedStation_WorldObject has WorldObjectCompProperties_Abandon but it's not MapParent.

Fixed a configuration bug that occurred when using Gravship Conquest-RimSkyBlockDLC with Vanilla Gravship Expanded-Chapter 1:
Config error in RSB_OwnedStation_WorldObject: RSB_OwnedStation_WorldObject has WorldObjectCompProperties_Abandon but it's not MapParent.

The error is caused by vanillaexpanded.gravship patch injecting Abandon comp into SpaceBase, which RSB_OwnedStation_WorldObject inherits but its worldObjectClass (WorldObject_OwnedStation) is not MapParent. This mod replaces the def to use StaticWorldObjectBase as parent instead.