Finnished gunpowder

This commit is contained in:
PfandBoss
2022-12-10 21:34:02 +01:00
parent d4784e6cb5
commit fb5634a938

View File

@@ -24,7 +24,7 @@ func interact(player):
currentStashValue += 1 currentStashValue += 1
player.clearInventory() player.clearInventory()
return return
return
if player.getResource() == 1: if player.getResource() == 1:
if currentPowderStashValue < maxPowderStashValue: if currentPowderStashValue < maxPowderStashValue:
currentPowderStashValue += 1 currentPowderStashValue += 1