New weapon, witch's broom, added. New enemy type, witch, added.
This commit is contained in:
@@ -129,6 +129,10 @@ class Player:
|
||||
"""Get current max health"""
|
||||
return self._maxHealth
|
||||
|
||||
def restore_health(self):
|
||||
"""Restore health to maximum"""
|
||||
self._health = self._maxHealth
|
||||
|
||||
def get_current_speed(self):
|
||||
"""Calculate current speed based on state"""
|
||||
baseSpeed = self.moveSpeed
|
||||
|
Reference in New Issue
Block a user