mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 04:10:00 -06:00
added speed boon with additional recipe
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user