Teddy bears has 50 HP

This commit is contained in:
Yohann D'ANELLO 2020-11-13 14:07:27 +01:00
parent 526a1a1e27
commit 600819e648
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ class Rabbit(Monster):
class TeddyBear(Monster):
name = "teddy_bear"
maxhealth = 500
maxhealth = 50
strength = 0