1
This commit is contained in:
@@ -79,9 +79,6 @@ function buildExplicitCustomWorldRoleStarterState(
|
||||
const role =
|
||||
profile.playableNpcs.find((entry) => entry.id === character.id) ??
|
||||
profile.storyNpcs.find((entry) => entry.id === character.id) ??
|
||||
profile.playableNpcs.find(
|
||||
(entry) => entry.templateCharacterId === character.id,
|
||||
) ??
|
||||
profile.playableNpcs.find((entry) => entry.name === character.name) ??
|
||||
profile.storyNpcs.find((entry) => entry.name === character.name) ??
|
||||
null;
|
||||
|
||||
@@ -146,7 +146,6 @@ function buildSavedProfile() {
|
||||
tags: ['线索', '真相'],
|
||||
},
|
||||
],
|
||||
templateCharacterId: 'archer-hero',
|
||||
},
|
||||
],
|
||||
storyNpcs: [
|
||||
|
||||
Reference in New Issue
Block a user