Skip to content

Commit

Permalink
re-add projectile drop to boss pool
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsupina committed Jun 11, 2024
1 parent 3f58007 commit f6891d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/data/loot_drops.ron
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
probability: 0.1,
consumable: Money1,
)),
Consumable((
rolls: 1,
probability: 0.01,
consumable: GainProjectiles,
)),
],
Boss: [
Item(EnhancedPlating),
Expand All @@ -40,6 +35,11 @@
probability: 0.1,
consumable: Money1,
)),
Consumable((
rolls: 1,
probability: 1.0,
consumable: GainProjectiles,
)),
],
MoneyAsteroid: [
Consumable((
Expand Down

0 comments on commit f6891d6

Please sign in to comment.