Fix switchit()
This commit is contained in:
parent
14cf962e4c
commit
b334f8c64b
1 changed files with 1 additions and 1 deletions
|
@ -1507,7 +1507,7 @@ def switchit():
|
||||||
wantchaos = wantchaos[:5]
|
wantchaos = wantchaos[:5]
|
||||||
if len(wantchaos) > 0:
|
if len(wantchaos) > 0:
|
||||||
wantall.extend(wantchaos)
|
wantall.extend(wantchaos)
|
||||||
tradechaos = input("Provide " + str(len(wantchaos)) + " cards for the chaos pile (for " + ", ".join(tradechaos) + "): ").split(", ")
|
tradechaos = input("Provide " + str(len(wantchaos)) + " cards for the chaos pile (for " + ", ".join(wantchaos) + "): ").split(", ")
|
||||||
tradeall.extend(tradechaos)
|
tradeall.extend(tradechaos)
|
||||||
print("\n")
|
print("\n")
|
||||||
if len(wantreds) > 0:
|
if len(wantreds) > 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue