Skip to content

Commit

Permalink
Update game_inst.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fungamer2-2 committed Dec 19, 2023
1 parent c36b151 commit 4e4fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game_inst.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def place_items(self):
board = self.get_board()

potions = [
[InvisibilityPotion, 10_000_000_000],
[InvisibilityPotion, 25],
[HealingPotion, 120],
[EnlargementPotion, 20],
[ShrinkingPotion, 20],
Expand Down

0 comments on commit 4e4fda0

Please sign in to comment.