fix #116: void card is now again being recognized
This commit is contained in:
parent
9acad854a2
commit
bdb1a8d616
|
|
@ -159,7 +159,7 @@ func pick(id: int):
|
||||||
|
|
||||||
var winning_id
|
var winning_id
|
||||||
print(options[1].text)
|
print(options[1].text)
|
||||||
if !(options[1].text == "" and not id == 1):
|
if !(options[1].text == "void" and not id == 1):
|
||||||
randomize()
|
randomize()
|
||||||
winning_id = randi() % options.size()
|
winning_id = randi() % options.size()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue