Add ties to baseball

This commit is contained in:
Brian Miyaji
2016-03-19 20:09:18 +11:00
parent 62f1adf6ad
commit 1a627d3cae

View File

@@ -16,7 +16,8 @@
}, },
"outcomes": [ "outcomes": [
{ "name" : "Win", "condition" : ">" }, { "name" : "Win", "condition" : ">" },
{ "name" : "Loss", "condition" : "<" } { "name" : "Loss", "condition" : "<" },
{ "name" : "Tie", "condition" : "=" }
], ],
"results": [ "results": [
{ "name" : "1", "description" : "1st inning runs" }, { "name" : "1", "description" : "1st inning runs" },