Skip to content

Commit 373bcef

Browse files
Fixed debug value for prod
Signed-off-by: Donovan Montoya <dmontoya@unity.edu>
1 parent 2247bfb commit 373bcef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Card Core/TurnController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void Start()
4646
{
4747
moneyGoal = level switch
4848
{
49-
0 => 20,
49+
0 => 50,
5050
1 => 100,
5151
_ => moneyGoal
5252
};

0 commit comments

Comments
 (0)