Add hiatus option
This commit is contained in:
parent
b9093d4938
commit
328b4abc2f
5 changed files with 21 additions and 4 deletions
|
@ -111,7 +111,7 @@ if donations:
|
|||
print("\n<b>Your name</b>: " + variables.name + "\n<b>Card post</b>: " + variables.url)
|
||||
|
||||
if len(games) > 4:
|
||||
print("<b>Category</b>: Games")
|
||||
print("\n<b>Category</b>: Games")
|
||||
if len(games) == 35:
|
||||
print("<b>Tier</b>: VII")
|
||||
elif len(games) == 30:
|
||||
|
@ -138,7 +138,7 @@ if len(games) > 4:
|
|||
print(gamestring)
|
||||
|
||||
if len(trades) > 2:
|
||||
print("<b>Category</b>: Trades")
|
||||
print("\n<b>Category</b>: Trades")
|
||||
if len(trades) == 21:
|
||||
print("<b>Tier</b>: VII")
|
||||
elif len(trades) == 18:
|
||||
|
@ -165,7 +165,7 @@ if len(trades) > 2:
|
|||
print(tradestring)
|
||||
|
||||
if services > 0:
|
||||
print("<b>Category</b>: Services")
|
||||
print("\n<b>Category</b>: Services")
|
||||
if services == 5:
|
||||
print("<b>Tier</b>: V")
|
||||
elif services == 4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue