mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
updated explode_power function to make chests non-explodable
This commit is contained in:
parent
18b95aec23
commit
a8892bab53
@ -286,7 +286,8 @@ impl Block {
|
||||
| SpriteKind::Loom
|
||||
| SpriteKind::SpinningWheel
|
||||
| SpriteKind::DismantlingBench
|
||||
| SpriteKind::TanningRack => None,
|
||||
| SpriteKind::TanningRack
|
||||
| SpriteKind::Chest => None,
|
||||
SpriteKind::EnsnaringVines | SpriteKind::EnsnaringWeb => Some(0.1),
|
||||
_ => Some(0.25),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user