Skip to content

Commit

Permalink
Merge pull request #782 from zymex22/issue781
Browse files Browse the repository at this point in the history
resolved Character Editor incompatibility
  • Loading branch information
Sn1p3rr3c0n authored May 5, 2024
2 parents a1a4662 + 341f9cf commit 8dac843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/ProjectRimFactory/Drones/DroneBackstories.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ static DroneBackstories()
workDisables = WorkTags.Social,
slot = BackstorySlot.Childhood,
baseDesc = "NoneBrackets".Translate(),
description = "NoneBrackets".Translate(),
modContentPack = LoadedModManager.GetMod<ProjectRimFactory_ModComponent>().Content
};
Expand All @@ -36,6 +37,7 @@ static DroneBackstories()
workDisables = WorkTags.Social,
slot = BackstorySlot.Adulthood,
baseDesc = "NoneBrackets".Translate(),
description = "NoneBrackets".Translate(),
modContentPack = LoadedModManager.GetMod<ProjectRimFactory_ModComponent>().Content
};
Expand Down

0 comments on commit 8dac843

Please sign in to comment.