Skip to content

Commit

Permalink
Update Run.java
Browse files Browse the repository at this point in the history
fix an oopsie
  • Loading branch information
APT37 authored Aug 17, 2024
1 parent f33e4ec commit 64aa781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void init() {
pg.ricalcola();

pg.inventoryAdd(Item.SmallPotion, 3);
g.inventoryAdd(Item.Key, 50);
pg.inventoryAdd(Item.Key, 50);

/*
pg.inventoryAdd(Item.Sword, 3);
Expand Down

0 comments on commit 64aa781

Please sign in to comment.