mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Moonbells in caves
This commit is contained in:
parent
af10a3e6da
commit
7463acc641
@ -550,6 +550,7 @@ fn write_column<R: Rng>(
|
||||
(SpriteKind::CavernGrassBlueShort, 1.0),
|
||||
(SpriteKind::CavernGrassBlueMedium, 1.0),
|
||||
(SpriteKind::CavernGrassBlueLong, 1.0),
|
||||
(SpriteKind::Moonbell, 0.01),
|
||||
]
|
||||
.choose_weighted(rng, |(_, w)| *w)
|
||||
.unwrap()
|
||||
|
Loading…
Reference in New Issue
Block a user