Bug fixes
This commit is contained in:
parent
a11b39cf9f
commit
f20a1841c9
6 changed files with 75 additions and 25 deletions
|
|
@ -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: _,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue