diff options
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, |