squirrel-battle/dungeonbattle/entities/monsters.py

6 lines
109 B
Python
Raw Normal View History

from ..interfaces import FightingEntity
class Squirrel(FightingEntity):
maxhealth = 10
strength = 3