diff options
-rw-r--r-- | brutalmaze/game.py | 3 | ||||
-rwxr-xr-x | setup.py | 2 | ||||
m--------- | wiki | 0 |
3 files changed, 2 insertions, 3 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py index afd2b29..b78e375 100644 --- a/brutalmaze/game.py +++ b/brutalmaze/game.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with Brutal Maze. If not, see <https://www.gnu.org/licenses/>. -__version__ = '0.6.2' +__version__ = '0.6.3' import re from argparse import ArgumentParser, FileType, RawTextHelpFormatter @@ -260,7 +260,6 @@ class Game: time = get_ticks() print('[{}] Connected to {}:{}'.format(time, *address)) self.maze.reinit() - self.maze.score = 100000 while True: if self.hero.dead: connection.send('0000000'.encode()) diff --git a/setup.py b/setup.py index 15a477f..712ce41 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.rst') as f: setup( name='brutalmaze', - version='0.6.2', + version='0.6.3', description='A minimalist hack and slash game with fast-paced action', long_description=long_description, url='https://github.com/McSinyx/brutalmaze', diff --git a/wiki b/wiki -Subproject 09c5be071f3b13ff18ab7629ede5172818ed21b +Subproject f511cfe847445be2bbe0ff917431005e1391478 |