about summary refs log tree commit diff homepage
path: root/brutalmaze/game.py
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-18 12:34:18 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-03-18 12:34:18 +0700
commite2562e1698cc1aa053277660a7e67f5fcb60c77f (patch)
tree23bea32a6efb63492c4dadc0d7681f269a916142 /brutalmaze/game.py
parent7a0ace220c7acfa8df5a4fe494f424b5d9970a06 (diff)
downloadbrutalmaze-e2562e1698cc1aa053277660a7e67f5fcb60c77f.tar.gz
Prevent player from creating enemy when there isn't any
Diffstat (limited to 'brutalmaze/game.py')
-rw-r--r--brutalmaze/game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/brutalmaze/game.py b/brutalmaze/game.py
index 65fcffb..cd34199 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.8.24'
+__version__ = '0.8.25'
 
 import re
 from argparse import ArgumentParser, FileType, RawTextHelpFormatter