3 lines
144 B
Python
3 lines
144 B
Python
from models.items.potion import Potion, Effect
|
|
|
|
health_potion = Potion(0, Effect(0, "heal"), 0, "Health Potion", "This item heals you for 5 HP") |