Fixed RLS rare item attribute

This commit is contained in:
seefoe
2018-06-05 10:28:17 -04:00
parent 08a2c77d83
commit 923dad018a

View File

@@ -22,7 +22,7 @@ public class rare_item extends script.base_script {
if ((firstFreeIndex >= 0) && (firstFreeIndex < names.length))
{
names[firstFreeIndex] = "rare_loot_category";
attribs[firstFreeIndex] = "\\#ed8d16Rare";
attribs[firstFreeIndex] = "\\#ed8d16" + "Rare Item";
}
}
return SCRIPT_CONTINUE;