Skip to content

Commit

Permalink
bat now dropping potion to help with early game
Browse files Browse the repository at this point in the history
  • Loading branch information
msx80 committed Aug 27, 2024
1 parent 88dd15a commit 6b37c00
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public enum MonsterDef {
range(0, 18),
range(2, 4),
Loot.of(1, Item.Leather, range(1, 1)),
Loot.of(1, Item.Rock, range(1, 2))
Loot.of(1, Item.SmallPotion, range(1, 1)),
Loot.of(1, Item.Rock, range(2, 3))
),
SKELETON(
"SKELETON", -3,
Expand Down

0 comments on commit 6b37c00

Please sign in to comment.