koishi-plugin-smmcat-gensokyo 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1021,7 +1021,7 @@ function settlementBuff(agent) {
|
|
|
1021
1021
|
--agent.buff[item].timer;
|
|
1022
1022
|
if (agent.buff[item].timer == 0) delete agent.buff[item];
|
|
1023
1023
|
});
|
|
1024
|
-
return msgList.length ? msgList.map((item) =>
|
|
1024
|
+
return msgList.length ? msgList.map((item) => `» ${getLineupName(agent)}:${item})`).join("\n") : null;
|
|
1025
1025
|
}
|
|
1026
1026
|
__name(settlementBuff, "settlementBuff");
|
|
1027
1027
|
|