Skip to content

Commit 159d977

Browse files
committed
Allow campaign-only skills in the Map Editor.
GitOrigin-RevId: fc8d0461c116264bfd1b2a6e20498777a4689cda
1 parent a4274f2 commit 159d977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

athena/lib/validateTeams.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function validateTeams(
7575
},
7676
map.getPlayer(id).skills,
7777
map,
78-
{ hasSkills: true, isCampaign: false },
78+
{ hasSkills: true, isCampaign: true },
7979
),
8080
),
8181
] as const,

0 commit comments

Comments
 (0)