summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/shared/battle-characters/BattleCharacters')
-rw-r--r-- | src/shared/battle-characters/BattleCharacters/View/Portrait.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/battle-characters/BattleCharacters/View/Portrait.elm b/src/shared/battle-characters/BattleCharacters/View/Portrait.elm index 50c5c4c..37b6d1f 100644 --- a/src/shared/battle-characters/BattleCharacters/View/Portrait.elm +++ b/src/shared/battle-characters/BattleCharacters/View/Portrait.elm @@ -57,7 +57,7 @@ get_portrait_armor_html equipment = "asset-armor-" ++ (BattleCharacters.Struct.Armor.get_image_id - (BattleCharacters.Equipment.get_armor equipment) + (BattleCharacters.Struct.Equipment.get_armor equipment) ) ) ), @@ -80,7 +80,7 @@ get_portrait_armor_html equipment = -------------------------------------------------------------------------------- get_html : ( (List (Html.Attribute Struct.Event.Type)) -> - BattleCharacters.Equipment.Type -> + BattleCharacters.Struct.Equipment.Type -> (Html.Html Struct.Event.Type) ) get_html extra_attributes equipment = |