diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-08-11 00:04:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-08-11 00:04:01 -0300 |
commit | 69683a1f984f6ea12ed62cd22e6a0014d6d35bcc (patch) | |
tree | fbb2413d6ec468a66285c32841947855a35b374f /battle/main.py | |
parent | 7dc285029db11348ae9ef2d90b805a39ba61f918 (diff) | |
download | server-69683a1f984f6ea12ed62cd22e6a0014d6d35bcc.tar.gz server-69683a1f984f6ea12ed62cd22e6a0014d6d35bcc.tar.bz2 server-69683a1f984f6ea12ed62cd22e6a0014d6d35bcc.tar.xz server-69683a1f984f6ea12ed62cd22e6a0014d6d35bcc.zip |
Alpha version of summoning
Diffstat (limited to 'battle/main.py')
-rw-r--r-- | battle/main.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/main.py b/battle/main.py index 6911935..ad2a67a 100644 --- a/battle/main.py +++ b/battle/main.py @@ -1,6 +1,6 @@ -######################################################################################## +################################################################################# # This file is part of Spheres. -# Copyright (C) 2019 Jesusalva +# Copyright (C) 2019-2021 Jesusalva # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -######################################################################################## +################################################################################# # Battle Module - Main module from utils import stdout, compress, allunits, Player, Battle, allquests from consts import (ERR_ERR, ERR_BAD, ST_TOWN, ST_QUEST, |