Remove Mint Allowance
This commit is contained in:
parent
a2cae35d14
commit
b08426001a
@ -123,8 +123,8 @@ let getItemEmbeds owned (items : StoreItem list) =
|
|||||||
|> String.concat "\n"
|
|> String.concat "\n"
|
||||||
embed.AddField($"Effect - Amount", $"{fx}", true) |> ignore
|
embed.AddField($"Effect - Amount", $"{fx}", true) |> ignore
|
||||||
| _ -> ())
|
| _ -> ())
|
||||||
if item.Item.Type = ItemType.Whitelist then
|
// if item.Item.Type = ItemType.Whitelist then
|
||||||
embed.AddField("Mint Allowance", (if item.Item.Id = "WHITEOG" then 2 else 1) |> string, true) |> ignore
|
// embed.AddField("Mint Allowance", (if item.Item.Id = "WHITEOG" then 2 else 1) |> string, true) |> ignore
|
||||||
embed.Color <- WeaponClass.getClassEmbedColor item.Item
|
embed.Color <- WeaponClass.getClassEmbedColor item.Item
|
||||||
embed.Title <- titleText
|
embed.Title <- titleText
|
||||||
embed.Description <- item.Item.Description
|
embed.Description <- item.Item.Description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user