added speed boon with additional recipe

This commit is contained in:
Lief9100
2020-04-24 18:11:07 -07:00
parent 061d688701
commit 5642174af5
4 changed files with 22 additions and 10 deletions

View File

@@ -183,10 +183,13 @@ class Player(Mob):
def heal(self):
self.health+=Config.HEAL_AMOUNT
def harden(self):
self.armor+=Config.ARMOR_AMOUNT
def hurry(self):
self.speed+=Config.SPEED_AMOUNT
def update_animation(self, delta_time: float = 1 / 60) -> None:
"""
Updates animations for the Player.