删除装备效果
This commit is contained in:
parent
0b5d553dfd
commit
b75c8404ab
@ -5279,9 +5279,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
||||
itemText = core.replaceText(itemText);
|
||||
if (itemText[0] == "," || itemText[0] == ",")
|
||||
itemText = itemText.substring(1);
|
||||
if (itemCls === "equips" && item.id) {
|
||||
itemText = itemText ? "【装备效果】\n" + itemText : "";
|
||||
}
|
||||
|
||||
/* 一个根据道具id修改道具名字(右栏)的例子
|
||||
* if (item.id == "xxx") itemNameColor = "red";
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user