summaryrefslogtreecommitdiff |
diff options
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)) ) && |