diff --git a/feature/monster-registration/state-holder/src/commonMain/kotlin/br/alexandregpereira/hunter/monster/registration/mapper/StateMapper.kt b/feature/monster-registration/state-holder/src/commonMain/kotlin/br/alexandregpereira/hunter/monster/registration/mapper/StateMapper.kt index 15cf4eb5..66b01aa2 100644 --- a/feature/monster-registration/state-holder/src/commonMain/kotlin/br/alexandregpereira/hunter/monster/registration/mapper/StateMapper.kt +++ b/feature/monster-registration/state-holder/src/commonMain/kotlin/br/alexandregpereira/hunter/monster/registration/mapper/StateMapper.kt @@ -69,6 +69,7 @@ internal fun Metadata.asState(strings: MonsterRegistrationStrings): MonsterState typeIndex = MonsterType.entries.indexOf(monster.type), typeOptions = MonsterType.entries.map { it.name(strings) }, challengeRating = monster.challengeRatingData.valueInString, + imageContentScale = monster.imageData.contentScale, ), stats = StatsState( armorClass = monster.stats.armorClass,