Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ricott1 committed Jun 7, 2024
1 parent 4d9ec84 commit a301ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub const INCOME_PER_ATTENDEE_AWAY: u32 = 36;
pub const INITIAL_TEAM_BALANCE: u32 = 180_000;
pub const CURRENCY_SYMBOL: &str = "sat";
pub const COST_PER_VALUE: u32 = 22;
pub const SPACESHIP_UPGRADE_BASE_DURATION: Tick = 2 * SECONDS; //HOURS
pub const SPACESHIP_UPGRADE_BASE_DURATION: Tick = 8 * HOURS;

pub const AUTO_GENERATE_GAMES_NUMBER: usize = 3;
pub const MAX_AVG_TIREDNESS_PER_AUTO_GAME: f32 = 5.0;
Expand Down

0 comments on commit a301ffb

Please sign in to comment.