2020-10-16 17:58:00 +02:00

6 lines
109 B
Python

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