1
0

Better import usage, adds game_config.py, adds a debug mode (sets all spell chances to 100%)

This commit is contained in:
2024-01-18 16:43:20 +01:00
parent 1485f171be
commit 7cb65f5895
4 changed files with 30 additions and 10 deletions

View File

@ -1,8 +1,10 @@
#import random
from player import *
from wands import *
import random
from player import Player
from wands import wands
from spells import SPELL_TYPE_COMMON, SPELL_TYPE_POWERFUL, _INVALID_SPELL
from spells import random_combat_spell, print_spells, find_spell_by_name
from spells import spells
from game_config import MAX_PLAYER_HEALTH
##
## Definitions