update treasure to weapon and auxiliary

This commit is contained in:
bridge
2025-11-13 01:34:09 +08:00
parent e760ba107d
commit 125d7891e5
16 changed files with 132 additions and 132 deletions

View File

@@ -399,8 +399,6 @@ def build_avatars_from_plan(
avatars_by_index: list[Avatar] = [None] * n # type: ignore
avatars_by_id: dict[str, Avatar] = {}
sect_treasure_assigned: Dict[int, bool] = {}
for i in range(n):
gender = planned_gender[i] or random_gender()
sect = planned_sect[i]