Skip to content

Commit

Permalink
Hotfix: updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanin9 committed Dec 25, 2024
1 parent 06569c0 commit 68873e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions scripting/DifficultyAdjustment/NGPlusModSettings.reds
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ public class UserSettings {
@runtimeProperty("ModSettings.displayValues.AtVApartment", "NewGamePlus_Q101StartPoint_AtVApartment")
public let q101StartPoint: ENGPlusQ101StartPoint = ENGPlusQ101StartPoint.Default;
@runtimeProperty("ModSettings.mod", "NewGamePlus_MainMenuButton")
@runtimeProperty("ModSettings.displayName", "NewGamePlus_ClampPlayerLevelInTransfer_Name")
@runtimeProperty("ModSettings.description", "NewGamePlus_ClampPlayerLevelInTransfer_Desc")
public let clampPlayerLevel: Bool = true;
@runtimeProperty("ModSettings.mod", "NewGamePlus_MainMenuButton")
@runtimeProperty("ModSettings.category", "NewGamePlus_Difficulty_Name")
@runtimeProperty("ModSettings.category.order", "1")
Expand Down
Loading

0 comments on commit 68873e7

Please sign in to comment.