1
This commit is contained in:
@@ -248,7 +248,7 @@ export function buildEncounterAttributeRumors(
|
||||
|
||||
return getSortedAttributeEntries(profile, schemaContext.schema)
|
||||
.slice(0, options.limit ?? 2)
|
||||
.map(entry => `${entry.slot.name}:${entry.slot.definition}`);
|
||||
.map(entry => entry.slot.name);
|
||||
}
|
||||
|
||||
export function buildGiftAffinityInsight(
|
||||
|
||||
Reference in New Issue
Block a user