动态积分!

This commit is contained in:
Liu
2025-04-09 19:19:17 +08:00
parent fe1ef05ede
commit 46b291c25e
2 changed files with 14 additions and 7 deletions

View File

@@ -553,7 +553,7 @@ class PointTradePlugin(MessagePluginInterface):
f"🚨 打劫失败!\n"
f"👤{robber_name} 试图打劫 👤{target_name} 但被当场抓获,并赔款!\n"
f"👮‍♂️ 被罚款 {penalty_amount} 积分!\n"
f"👤{robber_name} 当前积分: {to_user.get('total_points', 0)}"
f"👤{robber_name} 当前积分: {from_user.get('total_points', 0)}"
)
wcf.send_text(output, roomid, sender)