diff --git a/lib/cardlib.py b/lib/cardlib.py index 8a8b881..c1836f8 100644 --- a/lib/cardlib.py +++ b/lib/cardlib.py @@ -747,7 +747,7 @@ class Card: #force for_html to false to create tootip with forum spoiler outstr += ('
[F]

' + self.format(gatherer=gatherer, for_forum=for_forum, for_html=False, vdump=vdump).replace('\n', '
') - + '

') + + '

back to top') outstr += linebreak @@ -1026,5 +1026,8 @@ class Card: return outstr + def get_colors(self): + return self.__dict__[field_cost].get_colors() +