Skip to content

Commit 7cc3dfe

Browse files
committed
Fix import of Talent.tests
1 parent 7c40450 commit 7cc3dfe

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)