Bug fixes

This commit is contained in:
hal8174 2024-08-31 02:00:28 +02:00
parent a11b39cf9f
commit f20a1841c9
6 changed files with 75 additions and 25 deletions

View file

@ -65,7 +65,7 @@ impl PathField {
pub fn cost(&self) -> usize {
match self {
PathField::Belt { pos: _, dir: _ } => 300,
PathField::Belt { pos: _, dir: _ } => 150,
PathField::Underground {
pos: _,
dir: _,