Refine NPC interactions and runtime item generation
This commit is contained in:
@@ -693,7 +693,9 @@ function describeProvidedOptionCore(option: StoryOption) {
|
||||
}
|
||||
|
||||
if (option.interaction?.kind === 'npc' && option.interaction.action === 'gift') {
|
||||
return '向面前角色送礼,以改善关系或表达诚意。';
|
||||
return option.detailText
|
||||
? `向面前角色送礼,以改善关系或表达诚意。当前礼物线索:${option.detailText}`
|
||||
: '向面前角色送礼,以改善关系或表达诚意。';
|
||||
}
|
||||
|
||||
if (option.interaction?.kind === 'npc' && option.interaction.action === 'recruit') {
|
||||
|
||||
Reference in New Issue
Block a user