mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixes
This commit is contained in:
parent
b085b02ff9
commit
ae6d1b7924
@ -10,7 +10,7 @@
|
||||
44: Filled(GlowingRock, (r: 54, g: 180, b: 64)),
|
||||
8: Filled(Air, (r: 255, g: 255, b: 255)),
|
||||
249: Sprite(PotionMinor),
|
||||
252: Sprite(Ember),
|
||||
251: Sprite(Ember),
|
||||
},
|
||||
),
|
||||
]
|
||||
|
@ -272,7 +272,8 @@ pub fn apply_spots_to(canvas: &mut Canvas, _dynamic_rng: &mut impl Rng) {
|
||||
entity_radius: 1.0,
|
||||
entities: &[
|
||||
(1..2, "common.entity.spot.bandit_camp.witch_dark"),
|
||||
(3..6, "common.entity.wild.peaceful.cat"),
|
||||
(0..4, "common.entity.wild.peaceful.cat"),
|
||||
(0..3, "common.entity.wild.peaceful.frog"),
|
||||
],
|
||||
},
|
||||
Spot::GnarlingTotem => SpotConfig {
|
||||
|
Loading…
Reference in New Issue
Block a user