Skip to content

Commit d1ecf0c

Browse files
authored
Merge pull request #369 from fmasa/test-import
Fix import of Talent.tests
2 parents 48295fe + 7cc3dfe commit d1ecf0c

File tree

1 file changed

+1
-0
lines changed
  • common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/import

1 file changed

+1
-0
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/import/TalentImport.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ data class TalentImport(
2626
Talent(
2727
id = uuid4(),
2828
name = name,
29+
tests = associatedTests,
2930
maxTimesTaken = maxTimesTaken,
3031
description = description,
3132
isVisibleToPlayers = isVisibleToPlayers,

0 commit comments

Comments
 (0)