From 65104411c1dbb3f9da1a10ee1aef76dbf2886b2c Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 12 Dec 2019 18:24:00 +0100 Subject: ... --- src/shared/battle-map/BattleMap/View/Tile.elm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/shared/battle-map/BattleMap/View/Tile.elm') diff --git a/src/shared/battle-map/BattleMap/View/Tile.elm b/src/shared/battle-map/BattleMap/View/Tile.elm index 1d92493..ffe34b0 100644 --- a/src/shared/battle-map/BattleMap/View/Tile.elm +++ b/src/shared/battle-map/BattleMap/View/Tile.elm @@ -63,11 +63,7 @@ get_content_html tile = (Html.Attributes.class "tile-icon-dg") ] ( - case - (Set.size - (BattleMap.Struct.TileInstance.get_triggers tile) - ) - of + case (Set.size (BattleMap.Struct.TileInstance.get_tags tile)) of 0 -> [] other -> [(Html.text (String.fromInt other))] ) -- cgit v1.2.3-70-g09d2