Skip to content

Commit

Permalink
Remove showing of card set in get_info (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Mar 16, 2024
1 parent a00be10 commit f8e6b98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ygo/card.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ def get_info(self, pl):
elif self.type & TYPE.LINK:
lst.append(pl._("Link Markers: %s")%(self.get_link_markers(pl)))

lst.append(pl._("Set: {set}").format(set = self.get_set(pl)))

if pl.soundpack:
lst.append("### card_text_follows")

Expand Down

0 comments on commit f8e6b98

Please sign in to comment.