1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

fix: 重置测试物品数量为合理值

将BEACHBALL和SOUL的测试数量从9999改为0,以符合实际游戏需求
This commit is contained in:
2025-09-20 07:11:50 +08:00
parent ba865bc2a2
commit d4a069c1c3
+2 -3
View File
@@ -52,13 +52,12 @@ var attackCooldownMap = {
var attackCooldowner = {
0: CooldownTimer.new()
}
# 先给点物品,测试武器灵魂等级的功能
var inventory = {
ItemStore.ItemType.BASEBALL: 500,
ItemStore.ItemType.BASKETBALL: 500,
ItemStore.ItemType.APPLE: 5,
ItemStore.ItemType.BEACHBALL: 9999,
ItemStore.ItemType.SOUL: 9999,
ItemStore.ItemType.BEACHBALL: 0,
ItemStore.ItemType.SOUL: 0,
}
var inventoryMax = {
ItemStore.ItemType.BASEBALL: INF, # 无限