Monsters are hedgehogs 🦔
This commit is contained in:
@ -6,6 +6,7 @@ class Monster(FightingEntity):
|
||||
pass
|
||||
|
||||
|
||||
class Squirrel(Monster):
|
||||
class Hedgehog(Monster):
|
||||
name = "hedgehog"
|
||||
maxhealth = 10
|
||||
strength = 3
|
||||
|
Reference in New Issue
Block a user