|
|
|
@ -33,6 +33,9 @@ def tradegen(colour=False):
|
|
|
|
|
content.write("gray")
|
|
|
|
|
content.write("\">⚪</a> <a href=\"/trade/special\" title=\"special\">✨</a> <a href=\"/trade/sig\" title=\"sig\">✍</a>")
|
|
|
|
|
content.write("</p>\n<p>")
|
|
|
|
|
if len(variables.tradestatement) > 0:
|
|
|
|
|
content.write(variables.tradestatement + " ")
|
|
|
|
|
content.write("Trade cards <a href=\"" + variables.tradepost + "\">here</a></p>\n<p>")
|
|
|
|
|
for card in tcgcore.ownedcards():
|
|
|
|
|
if card[0:4] != "sig_":
|
|
|
|
|
if colour:
|
|
|
|
@ -55,7 +58,7 @@ def tradegen(colour=False):
|
|
|
|
|
else:
|
|
|
|
|
for sig in siglist:
|
|
|
|
|
content.write(tcgcore.printcard(sig))
|
|
|
|
|
content.write("</p>\n<p>Trade cards <a href=\"" + variables.tradepost + "\">here</a></p>\n")
|
|
|
|
|
content.write("</p>\n")
|
|
|
|
|
content.close()
|
|
|
|
|
skel.footerwrite(thefile)
|
|
|
|
|
|
|
|
|
|