This commit is contained in:
Monty Marz 2021-08-03 03:06:52 +02:00 committed by Joshua Barretto
parent b085b02ff9
commit ae6d1b7924
2 changed files with 3 additions and 2 deletions

View File

@ -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),
},
),
]

View File

@ -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 {