Skip to content

Commit

Permalink
Fix a bug with missing utility mod lines
Browse files Browse the repository at this point in the history
  • Loading branch information
axelberardino committed Oct 2, 2019
1 parent 5e6d4b9 commit 7c993d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/template/parts/itemdesc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@
{{ end }}
{{ end }}

{{ if .UtilityMods }}
<div class="separator"></div>
{{ range .UtilityMods }}
<div class="utilityMod">
<span class="lc">{{ . }}</span>
</div>
{{ end }}
{{ end }}

{{ if not .IsIdentified }}
<div class="unmet">
<div class="separator"></div>
Expand Down
2 changes: 1 addition & 1 deletion misc/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package misc

// Version of the application.
const Version = "v0.6"
const Version = "v0.7"

0 comments on commit 7c993d2

Please sign in to comment.