Skip to content

Commit

Permalink
reset initial cash
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Jun 29, 2024
1 parent 95b2090 commit 51c5ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvp/server/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MECHANICAL_WEAR_REDUCTION_FACTOR_ON_MAINTENANCE = 100

# Financials
INITIAL_CASH = 10000
INITIAL_CASH = 0
REVENUE_PER_DAY = 20
MAINTENANCE_COST = 40
SENSOR_COST = 30
Expand Down

0 comments on commit 51c5ae1

Please sign in to comment.