diff --git a/scripts/Statemachine/EntityBase.gd b/scripts/Statemachine/EntityBase.gd index 713f595..608f1e4 100644 --- a/scripts/Statemachine/EntityBase.gd +++ b/scripts/Statemachine/EntityBase.gd @@ -70,7 +70,7 @@ var inventory = { ItemStore.ItemType.BEACHBALL: 0, ItemStore.ItemType.SOUL: 0, ItemStore.ItemType.CRYSTAL: 0, - ItemStore.ItemType.DIAMOND: 10 + ItemStore.ItemType.DIAMOND: 100 } var inventoryMax = { ItemStore.ItemType.BASEBALL: INF, # 无限