File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ function onClose()
2121end
2222
2323function colorUnidentified (bID )
24- local color = ColorManager .COLOR_FULL
25- if not bID and Session .IsHost then color = ColorManager .COLOR_HEALTH_CRIT_WOUNDS end
24+ local color = ColorManager .getUIColor ( " usage_full " )
25+ if not bID and Session .IsHost then color = ColorManager .getUIColor ( " health_wounds_critical " ) end
2626 window .nonid_name .setColor (color )
2727end
2828
Original file line number Diff line number Diff line change 33<root version =" 3.1" >
44 <properties >
55 <name >Feature: Inventory Identified</name >
6- <version >1.8 </version >
6+ <version >1.9 </version >
77 <author >bmos</author >
88 <description >Turns player inventory item names red for host/GM if unidentified.</description >
99 </properties >
1010
11- <announcement text =" Inventory Identified v1.8 \nBy Bmos.\rTurns inventory item names red for host/GM if unidentified." font =" emotefont" />
11+ <announcement text =" Inventory Identified v1.9 \nBy Bmos.\rTurns inventory item names red for host/GM if unidentified." font =" emotefont" />
1212
1313 <base >
1414 <!-- Templates -->
You can’t perform that action at this time.
0 commit comments