Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/lumnismon.lic
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
author: elanthia-online
contributors: Vailan, Demandred
tags: character, information
version: 1.2.2
version: 1.2.3

1.2.3 (2025-01-27)
* Fix capped total resource highlight not working
1.2.2 (2025-01-27)
* Fix for additional cycle detection in LUMNIS INFO output
1.2.1 (2025-01-23)
Expand Down Expand Up @@ -990,7 +992,7 @@ module MyInfo
"<preset id=\"speech\">#{value}</preset>"
elsif value =~ /^(RSN|ATN)$/
"<preset id=\"thought\">#{value}</preset>"
elsif value == "200000*"
elsif value == "200000!"
"<preset id=\"speech\">#{value}</preset>"
elsif value.to_i > 150_000 && value.to_i < 200_000
"<pushBold/>#{value}<popBold/>"
Expand Down