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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user