Skip to content

Commit

Permalink
fix: drop broken function that should've been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Apr 12, 2024
1 parent aaafd2d commit b5ddb99
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions hearthstone/cardxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,6 @@ def max_count_in_deck(self):
return 1
return 2

@property
def requirements(self):
ret = {}
for power in self.powers:
for reqid, req in power.get("requirements", {}).items():
ret[reqid] = req
return ret

@property
def quest_reward(self):
from .utils import QUEST_REWARDS
Expand Down

0 comments on commit b5ddb99

Please sign in to comment.