Fix switchit()

This commit is contained in:
mez 2025-04-08 22:02:52 +01:00
parent 14cf962e4c
commit b334f8c64b

View file

@ -1507,7 +1507,7 @@ def switchit():
wantchaos = wantchaos[:5]
if len(wantchaos) > 0:
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)
print("\n")
if len(wantreds) > 0: