From f64ca101eae273efb7f44141b3fdb6ba9fb734f9 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Sun, 16 Aug 2020 21:53:22 -0400
Subject: [PATCH] Add another missing currency

---
 resources/parsers/currency.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/parsers/currency.py b/resources/parsers/currency.py
index 207f3ab..9ed52df 100644
--- a/resources/parsers/currency.py
+++ b/resources/parsers/currency.py
@@ -142,7 +142,7 @@ class CurrencyParser():
                 'Cartographer\'s Chisel', 'Orb of Scouring', 'Orb of Regret', 'Silver Coin',  'Gemcutter\'s Prism',
                 'Eternal Orb', 'Master Cartographer\'s Seal', 'Albino Rhoa Feather', 'Orb of Chance', 'Sextant',
                 'Awakener\'s Orb', 'Bestiary Orb', 'Orb of Annulment', 'Ancient Orb', 'Engineer\'s Orb',
-                'Harbinger\'s Orb', 'Orb of Binding',
+                'Harbinger\'s Orb', 'Orb of Binding', 'Orb of Horizons',
             ],
             font_size=display_dict['uncommon_font_size'],
             minimap_size=2,
-- 
GitLab