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