koishi-plugin-ggcevo-game 1.2.37 → 1.2.38
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
|
@@ -2270,7 +2270,7 @@ ${achievementList.join("\n")}`;
|
|
|
2270
2270
|
`📊 胜率预测:${winRate.toFixed(1)}%`,
|
|
2271
2271
|
`🎰 金币变动:${stealPercentage}%`
|
|
2272
2272
|
];
|
|
2273
|
-
isWin ? result.push(`💰
|
|
2273
|
+
isWin ? result.push(`💰 您从对方的口袋里抢夺了${goldTransfer}枚金币`) : result.push(`💸 您从口袋里拿出了${goldTransfer}枚金币上交给对方`);
|
|
2274
2274
|
result.push(`📅 剩余挑战次数:${config.dailyPKLimit - (initiatorPK.todayCount + 1)}`);
|
|
2275
2275
|
return result.join("\n");
|
|
2276
2276
|
} catch (error) {
|