quests working

This commit is contained in:
d1str4ught
2025-08-29 00:05:14 +02:00
parent 78237e51b7
commit 2467eb40be
52 changed files with 2907 additions and 2906 deletions

View File

@@ -33,6 +33,7 @@ def main() -> None:
with open("locale_list") as file:
for line in file:
print(f"Compiling {line}...")
r = pre_qc.run(line)
if r:
filename = os.path.join("pre_qc", line)