mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove ngoubous from arches
This commit is contained in:
parent
9e197a2b2d
commit
3c61eebdb5
@ -1,7 +1,7 @@
|
||||
[
|
||||
(1, All([
|
||||
MultiDrop(Item("common.items.crafting_ing.hide.rugged_hide"), 0, 1),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.large_horn"), 0, 2),
|
||||
MultiDrop(Item("common.items.crafting_ing.hide.rugged_hide"), 3, 5),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.large_horn"), 0, 6),
|
||||
MultiDrop(Item("common.items.crafting_ing.animal_misc.long_tusk"), 0, 2),
|
||||
],
|
||||
)),
|
||||
|
@ -543,7 +543,7 @@ pub fn apply_spots_to(canvas: &mut Canvas, _dynamic_rng: &mut impl Rng) {
|
||||
Spot::Arch => SpotConfig {
|
||||
base_structures: Some("spots.arch"),
|
||||
entity_radius: 50.0,
|
||||
entities: &[(2..3, "common.entity.wild.aggressive.ngoubou")],
|
||||
entities: &[],
|
||||
},
|
||||
Spot::AirshipCrash => SpotConfig {
|
||||
base_structures: Some("trees.airship_crash"),
|
||||
|
Loading…
Reference in New Issue
Block a user