fix: twisted behavior item json logic
This commit is contained in:
parent
81dd1c4562
commit
6e0c8809db
|
@ -140,9 +140,14 @@ function kittyJSON(position) {
|
|||
},
|
||||
behaved: {
|
||||
params: {
|
||||
routines: {
|
||||
type: 'routines',
|
||||
routines: {
|
||||
initial: {
|
||||
actions: [
|
||||
type: 'routine',
|
||||
routine: {
|
||||
type: 'actions',
|
||||
traversals: [
|
||||
{
|
||||
type: 'action',
|
||||
hash: 2,
|
||||
|
@ -219,6 +224,8 @@ function kittyJSON(position) {
|
|||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user