.
This commit is contained in:
parent
380aba7e6e
commit
3f223daa88
2 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"type": "Passive",
|
||||
"cost": 0,
|
||||
"isToken": false,
|
||||
"Lane": "⬜ Any",
|
||||
"Lane": "⬜ Passive",
|
||||
"Entropy": 0,
|
||||
"Force": 0,
|
||||
"_legal": true
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
"type": "Passive",
|
||||
"cost": 0,
|
||||
"isToken": false,
|
||||
"Lane": "⬜ Any",
|
||||
"Lane": "⬜ Passive",
|
||||
"Entropy": 0,
|
||||
"Force": 0,
|
||||
"_legal": true
|
||||
|
|
@ -54,7 +54,7 @@
|
|||
"type": "Passive",
|
||||
"cost": 0,
|
||||
"isToken": false,
|
||||
"Lane": "⬜ Any",
|
||||
"Lane": "⬜ Passive",
|
||||
"Entropy": 0,
|
||||
"Force": 0,
|
||||
"_legal": true
|
||||
|
|
|
|||
2
main.go
2
main.go
|
|
@ -45,7 +45,7 @@ const (
|
|||
func (l Lane) String() string {
|
||||
switch l {
|
||||
case Any:
|
||||
return "⬜ Any"
|
||||
return "⬜ Passive"
|
||||
case Red:
|
||||
return "🟥 Red"
|
||||
case Green:
|
||||
|
|
|
|||
Loading…
Reference in a new issue