lower max score to 3
This commit is contained in:
parent
2901ed3be2
commit
9f48d91b32
@ -7,7 +7,7 @@ use rand::rng;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::collections::HashSet;
|
||||
|
||||
const MAX_SCORE: u16 = 10;
|
||||
const MAX_SCORE: u16 = 3;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize, Clone)]
|
||||
pub struct Random {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user