We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5829f95 + dd8699f commit 88b4f91Copy full SHA for 88b4f91
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/compendium/domain/SpellLore.kt
@@ -10,10 +10,10 @@ enum class SpellLore(
10
BEASTS({ it.spells.lores.beasts }, "Ghur"),
11
DEATH({ it.spells.lores.death }, "Shyish"),
12
FIRE({ it.spells.lores.fire }, "Aqshy"),
13
- HEAVENS({ it.spells.lores.heavens }, "Heavens"),
14
- METAL({ it.spells.lores.metal }, "Azyr"),
15
- LIFE({ it.spells.lores.life }, "Chamon"),
16
- LIGHT({ it.spells.lores.light }, "Ghyran"),
+ HEAVENS({ it.spells.lores.heavens }, "Azyr"),
+ METAL({ it.spells.lores.metal }, "Chamon"),
+ LIFE({ it.spells.lores.life }, "Ghyran"),
+ LIGHT({ it.spells.lores.light }, "Hysh"),
17
SHADOWS({ it.spells.lores.shadows }, "Ulgu"),
18
HEDGECRAFT({ it.spells.lores.hedgecraft }, null),
19
WITCHCRAFT({ it.spells.lores.witchcraft }, null),
0 commit comments