mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made tomatoes taller
This commit is contained in:
parent
6448c17110
commit
8af3187df4
@ -212,6 +212,7 @@ impl BlockKind {
|
||||
// Beware: the height *must* be <= `MAX_HEIGHT` or the collision system will not properly
|
||||
// detect it!
|
||||
match self {
|
||||
BlockKind::Tomato => 1.65,
|
||||
BlockKind::LargeCactus => 2.5,
|
||||
_ => 1.0,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user