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