Skip to content

Commit

Permalink
Reduce RandomEvent chance to 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Jan 22, 2020
1 parent 9d6b594 commit 4b5478e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,4 @@ healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
*.dll
*.zip
18 changes: 4 additions & 14 deletions .idea/.idea.Bureaucracy/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Bureaucracy/SettingsClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class SettingsClass
public bool HardMode;
public bool RepDecayEnabled;
public bool RandomEventsEnabled = true;
public float RandomEventChance = 0.1f;
public float RandomEventChance = 0.05f;
public bool AstronautTraining = true;
public float TimeBetweenBudgets = 30.0f;
public int BudgetMultiplier = 2227;
Expand Down
Binary file modified GameData/Bureaucracy/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b5478e

Please sign in to comment.