squirrel-battle/dungeonbattle/entities/monsters.py
2020-10-16 18:31:49 +02:00

6 lines
109 B
Python

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