summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-11-25 11:34:56 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-11-25 11:34:56 +0100
commit764a36d571bd071ee754678274be54ff5ab40b36 (patch)
tree443f43e26fbf97f488dffd8c757d812a8d9cc1a8 /src/roster-editor
parent056513525e544d73ce8917739654c0ea0a437c2c (diff)
...
Diffstat (limited to 'src/roster-editor')
-rw-r--r--src/roster-editor/src/Struct/Inventory.elm2
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))
)
&&