Add entity picture for healing potion in Habitica (#129107)

This commit is contained in:
Manu 2024-10-25 10:59:37 +02:00 committed by GitHub
parent 76aa69b9ac
commit 3adacb8799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,7 @@ BUTTON_DESCRIPTIONS: tuple[HabiticaButtonEntityDescription, ...] = (
lambda data: data.user["stats"]["gp"] >= 25
and data.user["stats"]["hp"] < 50
),
entity_picture="shop_potion.png",
),
HabiticaButtonEntityDescription(
key=HabitipyButtonEntity.ALLOCATE_ALL_STAT_POINTS,