Description:
Ensure medium difficulty starts at 750.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -123,7 +123,7 | |||||
|
123 | #endregion |
|
123 | #endregion |
|
124 | this.simulation.Subsidy = message.Difficulty switch { |
|
124 | this.simulation.Subsidy = message.Difficulty switch { |
|
125 | DifficultyLevel.Hard => 0M, |
|
125 | DifficultyLevel.Hard => 0M, |
|
126 |
DifficultyLevel.Medium => 7 |
|
126 | DifficultyLevel.Medium => 760M, |
|
127 | DifficultyLevel.Easy => 1000M, |
|
127 | DifficultyLevel.Easy => 1000M, |
|
128 | _ => 1000M |
|
128 | _ => 1000M |
|
129 | }; |
|
129 | }; |
You need to be logged in to leave comments.
Login now