Fix: Ensure clothing instruction is included in separate generation prompts

This commit is contained in:
Spicy_Marinara
2026-01-03 01:17:41 +01:00
parent ef03bb11ee
commit 58020e93d0
+1
View File
@@ -304,6 +304,7 @@ export function generateTrackerInstructions(includeHtmlPrompt = true, includeCon
if (extensionSettings.showInventory) {
if (FEATURE_FLAGS.useNewInventory) {
instructions += 'On Person: [Items currently carried/worn, or "None"]\n';
instructions += 'Clothing: [Clothing/Armor currently worn, or "None"]\n';
instructions += 'Stored - [Location Name]: [Items stored at this location]\n';
instructions += '(Add multiple "Stored - [Location]:" lines as needed for different storage locations)\n';
instructions += 'Assets: [Vehicles, property, major possessions, or "None"]\n';