Fix enemy interaction

This commit is contained in:
FalconTaterz 2024-08-25 14:34:02 -05:00
parent aa1dfcf8f5
commit add73f3309
2 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,8 @@
"Z": 222.65837
},
"TerritoryId": 146,
"InteractionType": "Combat"
"InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies"
}
]
},

View File

@ -76,7 +76,9 @@
},
{
"Comment": "Fight some Mandragoras",
"InteractionType": "Combat"
"InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies"
}
]
},