Added a fire ball staff, closes #64

This commit is contained in:
eichhornchen
2021-01-08 19:05:02 +01:00
parent 903a06c36c
commit 591630b8a7
4 changed files with 41 additions and 6 deletions

View File

@ -4,7 +4,7 @@
from random import randint
from typing import Dict, Optional, Tuple
from .items import Item, Bow
from .items import Item
from ..interfaces import FightingEntity, InventoryHolder