summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-11-25 11:34:56 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-11-25 11:34:56 +0100 |
commit | 764a36d571bd071ee754678274be54ff5ab40b36 (patch) | |
tree | 443f43e26fbf97f488dffd8c757d812a8d9cc1a8 /src/roster-editor | |
parent | 056513525e544d73ce8917739654c0ea0a437c2c (diff) |
...
Diffstat (limited to 'src/roster-editor')
-rw-r--r-- | src/roster-editor/src/Struct/Inventory.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster-editor/src/Struct/Inventory.elm b/src/roster-editor/src/Struct/Inventory.elm index 85ae5b5..8b31aec 100644 --- a/src/roster-editor/src/Struct/Inventory.elm +++ b/src/roster-editor/src/Struct/Inventory.elm @@ -105,7 +105,7 @@ allows equipment inv = ) && (List.all - (e -> (has_glyph e inv)) + (\e -> (has_glyph e inv)) (Array.toList (BattleCharacters.Struct.Equipment.get_glyphs equipment)) ) && |