summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-14 12:51:50 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2019-09-14 12:51:50 +0200 |
commit | c70d77cea8ef6d98c3c1f50728e45b655d7b2a54 (patch) | |
tree | 01031bba806b37802f2cc7d98ebf3886ab987094 /src/battle | |
parent | a60955411ba7eb69cbcf8643cc8820c490d030f0 (diff) |
Removes code smell, fixes roster editor atts view.
It's still not coloring the negative values correctly, though.
Diffstat (limited to 'src/battle')
-rw-r--r-- | src/battle/src/View/SubMenu/Status/TileInfo.elm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle/src/View/SubMenu/Status/TileInfo.elm b/src/battle/src/View/SubMenu/Status/TileInfo.elm index 76e6e0e..ff983b2 100644 --- a/src/battle/src/View/SubMenu/Status/TileInfo.elm +++ b/src/battle/src/View/SubMenu/Status/TileInfo.elm @@ -148,7 +148,7 @@ get_html model loc = (get_cost tile) ] ), - (Battle.View.Omnimods.get_html + (Battle.View.Omnimods.get_signed_html ((Struct.Model.tile_omnimods_fun model) loc) ) ] |