Fix duplicated "scenario" tag.

This commit is contained in:
TheInvisibleMage 2024-01-04 23:17:28 +11:00
parent 1fa1e21692
commit 5bfe96f753

View File

@ -742,7 +742,7 @@ def build_context(data : str, charName : str):
for scenarioKey in scenarioKeys:
if scenarioKey in data and data[scenarioKey] != '':
scenarioStrings.append(f"Scenario: {data[scenarioKey].strip()}")
scenarioStrings.append(f"{data[scenarioKey].strip()}")
for exDialogKey in exDialogKeys:
if exDialogKey in data and data[exDialogKey] != '':