mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'zesterer/better-block-format' into 'master'
Stopped all blocks being explodable See merge request veloren/veloren!1402
This commit is contained in:
commit
2f2e766ebb
@ -187,7 +187,7 @@ impl Block {
|
||||
// Explodable means that the terrain sprite will get removed anyway, so all is good for
|
||||
// empty fluids.
|
||||
// TODO: Handle the case of terrain sprites we don't want to have explode
|
||||
_ => true,
|
||||
_ => self.get_sprite().is_some(),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user