mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'tibbon1/fix_test_economy_tests' into 'master'
Lower grass target in standalone economy tests See merge request veloren/veloren!4051
This commit is contained in:
commit
690385df96
@ -516,7 +516,7 @@ mod tests {
|
||||
Good::Terrain(BiomeKind::Forest),
|
||||
100.0_f32,
|
||||
)]);
|
||||
add_settlement(&mut env, "Grass", 880.0, &[(
|
||||
add_settlement(&mut env, "Grass", 700.0, &[(
|
||||
Good::Terrain(BiomeKind::Grassland),
|
||||
100.0_f32,
|
||||
)]);
|
||||
|
Loading…
Reference in New Issue
Block a user