From 7f0e95d5747af451364d3182941478378b1becbc Mon Sep 17 00:00:00 2001 From: Avior Date: Sun, 31 Jan 2021 13:49:36 +0100 Subject: [PATCH] Added the new Rarity v1.7.0 Signed-off-by: Avior --- interfaces/Rarity.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interfaces/Rarity.ts b/interfaces/Rarity.ts index 53681fd..518cce2 100644 --- a/interfaces/Rarity.ts +++ b/interfaces/Rarity.ts @@ -9,7 +9,9 @@ export enum Rarity { // Both RAREULTRA and ULTRARARE are the same until I know the correct name RAREULTRA = 4, - ULTRARARE = 4 + ULTRARARE = 4, + + AMAZING, }