diff --git a/dominion_tabs.py b/dominion_tabs.py index 8dbe8bb..ea31ec2 100644 --- a/dominion_tabs.py +++ b/dominion_tabs.py @@ -119,7 +119,8 @@ class DominionTabs: 'stash' : 'stash_set.png', 'governor' : 'governor_set.png', 'black market' : 'black_market_set.png', - 'envoy' : 'envoy_set.png' + 'envoy' : 'envoy_set.png', + 'prince' : 'prince_set.png' } def __init__(self): diff --git a/images/prince_set.png b/images/prince_set.png new file mode 100644 index 0000000..ef97091 Binary files /dev/null and b/images/prince_set.png differ