increase stallman's anger levels

This commit is contained in:
narodnik
2021-03-19 11:06:35 +01:00
parent 61e9d59702
commit d196dd4ab1

View File

@@ -315,7 +315,7 @@ impl State {
}
fn update(&mut self) {
if rand::thread_rng().gen_range(0, 10) == 0 {
if rand::thread_rng().gen_range(0, 5) == 0 {
self.is_space_pressed = !self.is_space_pressed;
}
}