summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-03-26 22:55:55 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-03-26 22:55:55 +0100 |
commit | 4dcb831ddc1f30251b302b129a18c4e08b276989 (patch) | |
tree | cce7774d100d0a424ae4134358f3515763b6bdfa /src/shared/battle-characters/BattleCharacters | |
parent | ec2967aab36020c9ea3d8a88877bd448e3b06d40 (diff) |
[Broken] ...
Diffstat (limited to 'src/shared/battle-characters/BattleCharacters')
-rw-r--r-- | src/shared/battle-characters/BattleCharacters/Struct/Character.elm | 3 | ||||
-rw-r--r-- | src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/shared/battle-characters/BattleCharacters/Struct/Character.elm b/src/shared/battle-characters/BattleCharacters/Struct/Character.elm index b91817c..e3ba148 100644 --- a/src/shared/battle-characters/BattleCharacters/Struct/Character.elm +++ b/src/shared/battle-characters/BattleCharacters/Struct/Character.elm @@ -18,7 +18,8 @@ module BattleCharacters.Struct.Character exposing dirty_switch_weapons, decoder, encode, - resolve + resolve, + to_unresolved ) -- Elm ------------------------------------------------------------------------- diff --git a/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm b/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm index c277b20..4cadc6b 100644 --- a/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm +++ b/src/shared/battle-characters/BattleCharacters/Struct/Glyph.elm @@ -36,7 +36,7 @@ type alias Ref = String -------------------------------------------------------------------------------- -- EXPORTED -------------------------------------------------------------------- -------------------------------------------------------------------------------- -get_id : Type -> String +get_id : Type -> Ref get_id g = g.id get_name : Type -> String |