public override void PostMapGenerate(Map map)
 {
     if (Find.GameInitData != null && this.method == PlayerPawnsArriveMethod.DropPods)
     {
         PawnUtility.GiveAllStartingPlayerPawnsThought(ThoughtDefOf.CrashedTogether);
     }
 }