mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-01 17:01:53 +08:00
fix: 将苹果的最大携带数量从20减少到10
This commit is contained in:
@@ -38,7 +38,7 @@ var inventory = {
|
||||
var inventoryMax = {
|
||||
ItemStore.ItemType.BASEBALL: INF, # 无限
|
||||
ItemStore.ItemType.BASKETBALL: INF,
|
||||
ItemStore.ItemType.APPLE: 20, # 最多20个苹果
|
||||
ItemStore.ItemType.APPLE: 10, # 最多10个苹果
|
||||
}
|
||||
|
||||
@export var cooldownUnit: float = 100 # 100毫秒每次攻击
|
||||
|
||||
Reference in New Issue
Block a user