mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'isse/town-music-fix' into 'master'
Add town music to cliff towns and desert cities See merge request veloren/veloren!3524
This commit is contained in:
commit
099ed62a69
@ -304,10 +304,12 @@ impl World {
|
||||
sim_chunk.river.velocity,
|
||||
sim_chunk.temp,
|
||||
sim_chunk.humidity,
|
||||
sim_chunk
|
||||
.sites
|
||||
.iter()
|
||||
.any(|site| matches!(index.sites[*site].kind, SiteKind::Refactor(_))),
|
||||
sim_chunk.sites.iter().any(|site| {
|
||||
matches!(
|
||||
index.sites[*site].kind,
|
||||
SiteKind::Refactor(_) | SiteKind::CliffTown(_) | SiteKind::DesertCity(_)
|
||||
)
|
||||
}),
|
||||
sim_chunk
|
||||
.sites
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user