forked from liza/Questionable
Fix enemy interaction
This commit is contained in:
parent
5fc99f6c05
commit
3e54811a26
@ -61,7 +61,8 @@
|
|||||||
"Z": 222.65837
|
"Z": 222.65837
|
||||||
},
|
},
|
||||||
"TerritoryId": 146,
|
"TerritoryId": 146,
|
||||||
"InteractionType": "Combat"
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -76,7 +76,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Comment": "Fight some Mandragoras",
|
"Comment": "Fight some Mandragoras",
|
||||||
"InteractionType": "Combat"
|
"InteractionType": "Combat",
|
||||||
|
"EnemySpawnType": "OverworldEnemies"
|
||||||
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user