Added PRO account information

This commit is contained in:
2017-10-06 08:44:29 +02:00
parent 819eb00ab7
commit fe83952c35
2 changed files with 28 additions and 1 deletions

View File

@ -11,4 +11,7 @@ component Inventory(inventory *arn.Inventory, viewUser *arn.User, user *arn.User
.inventory-slot.mountable(title=slot.Item().Name, draggable="true", data-index=index, data-item-id=slot.ItemID, data-consumable=slot.Item().Consumable)
Icon(slot.Item().Icon)
if slot.Quantity > 1
.inventory-slot-quantity= slot.Quantity
.inventory-slot-quantity= slot.Quantity
.footer.text-center.mountable
p You can consume items by double-clicking them.