Skip to content

Commit

Permalink
Minor mechanical keyboard & touch typing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
necrashter committed Dec 11, 2023
1 parent 8f7df7c commit 9c1674f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -987,8 +987,8 @@ generate_upgrade_list!(
".to_string(),
sound: Some(SoundEffectKind::Keyboard),
no_count: true,
base_cost: 75.0,
weight: 3.0,
base_cost: 50.0,
weight: 3.5,
remaining: 2,
install: Some(world.register_system(|
mut typer_query: Query<&mut CodeTyper>,
Expand Down Expand Up @@ -1023,7 +1023,7 @@ generate_upgrade_list!(
value: 2.0,
sound: Some(SoundEffectKind::Keyboard),
no_count: true,
base_cost: 150.0,
base_cost: 100.0,
weight: 3.5,
remaining: 3,
entity_min: 100.0,
Expand Down

0 comments on commit 9c1674f

Please sign in to comment.