feat: add state property to city and update related processing logic in battle simulation and world map
This commit is contained in:
@@ -199,6 +199,7 @@ export const seedScenarioToDatabase = async (
|
||||
meta: asJson({
|
||||
position: city.position,
|
||||
connections: city.connections,
|
||||
state: city.state,
|
||||
...city.meta,
|
||||
}),
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user