Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Outpost: reflect name change
Browse files Browse the repository at this point in the history
  • Loading branch information
KylianB committed Sep 8, 2022
1 parent 3241871 commit b76fa4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified 1.3/Assemblies/Outposts.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Outposts/Outpost/Outpost_Attacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public override MapGeneratorDef MapGeneratorDef
get
{
if (def.GetModExtension<CustomGenOption>() is { } cGen && (cGen.chooseFromlayouts.Count > 0 || cGen.chooseFromSettlements.Count > 0))
return DefDatabase<MapGeneratorDef>.GetNamed("KCSG_WorldObject_Gen");
return DefDatabase<MapGeneratorDef>.GetNamed("KCSG_WorldObject");
return MapGeneratorDefOf.Base_Faction;
}
}
Expand Down

0 comments on commit b76fa4d

Please sign in to comment.