Added PRO account information
This commit is contained in:
@ -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.
|
Reference in New Issue
Block a user