diff --git a/data/template/parts/itemdesc.tmpl b/data/template/parts/itemdesc.tmpl index 77f9ea6..58418e1 100644 --- a/data/template/parts/itemdesc.tmpl +++ b/data/template/parts/itemdesc.tmpl @@ -100,6 +100,15 @@ {{ end }} {{ end }} + {{ if .UtilityMods }} +
+ {{ range .UtilityMods }} +
+ {{ . }} +
+ {{ end }} + {{ end }} + {{ if not .IsIdentified }}
diff --git a/misc/version.go b/misc/version.go index 44aa5e0..0a0d03e 100644 --- a/misc/version.go +++ b/misc/version.go @@ -1,4 +1,4 @@ package misc // Version of the application. -const Version = "v0.6" +const Version = "v0.7"