mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Finnished gunpowder
This commit is contained in:
@@ -24,7 +24,7 @@ func interact(player):
|
||||
currentStashValue += 1
|
||||
player.clearInventory()
|
||||
return
|
||||
return
|
||||
|
||||
if player.getResource() == 1:
|
||||
if currentPowderStashValue < maxPowderStashValue:
|
||||
currentPowderStashValue += 1
|
||||
|
||||
Reference in New Issue
Block a user