Fix jewel level
This commit is contained in:
parent
e2e0b20ecf
commit
bd9af2255d
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ impl<A: Ability> ItemSystem<A> {
|
||||||
if Coin::flip(0.5) {
|
if Coin::flip(0.5) {
|
||||||
Some(Loot::AbilityBook(self.random_ability_book(rarity)))
|
Some(Loot::AbilityBook(self.random_ability_book(rarity)))
|
||||||
} else {
|
} else {
|
||||||
Some(Loot::Jewel(self.random_jewel(level, rarity)))
|
Some(Loot::Jewel(self.random_jewel(1, rarity)))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue