Skip to content

Commit

Permalink
🐛 移除神秘药水2道具 (#1828)
Browse files Browse the repository at this point in the history
  • Loading branch information
HibiKier authored Jan 8, 2025
1 parent 893611d commit 23ef00d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions zhenxun/builtin_plugins/shop/goods_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,3 @@ async def _(user_id: str):
"shop",
)
return "使用道具神秘药水成功!你滴金币+1000000!"


@shop_register(
name="神秘药水2",
price=999999,
des="鬼知道会有什么效果,要不试试?",
partition="小秘密",
)
async def _(user_id: str):
await UserConsole.add_gold(
user_id,
1000000,
"shop",
)
return "使用道具神秘药水成功!你滴金币+1000000!"

0 comments on commit 23ef00d

Please sign in to comment.