fix: twisted behavior item json logic

This commit is contained in:
cha0s 2019-04-19 15:40:14 -05:00
parent 81dd1c4562
commit 6e0c8809db

View File

@ -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) {
],
},
],
}
},
},
},
},