Cannon finished

This commit is contained in:
PfandBoss
2022-12-10 20:27:51 +01:00
parent fb942136bf
commit 977a451752
4 changed files with 7 additions and 7 deletions

View File

@@ -34,9 +34,9 @@ func _set_currentStashValue(newValue):
func _get_currentStashValue():
return currentStashValue
func _set_maxStashValue(newValue):
currentStashValue = newValue
maxStashValue = newValue
func _get_maxStashValue():
return currentStashValue
return maxStashValue
func _set_level(newValue):
level = newValue
func _get_level():