reduce prices of ammo and ammo capacity upgrades, make heart container actually 4X a heart piece and reduce progression item price slightly

This commit is contained in:
Fabian Dill
2021-01-31 06:47:57 +01:00
parent b4502f1338
commit b78f852579
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ class Version(typing.NamedTuple):
micro: int
__version__ = "4.0.0"
__version__ = "4.0.1"
_version_tuple = tuplize_version(__version__)
import os