feat: expand seasonal creature collection
This commit is contained in:
parent
925bbb79e5
commit
95c6b8b053
415 changed files with 1688 additions and 389 deletions
|
|
@ -66,6 +66,9 @@ func _initialize() -> void:
|
|||
assert(FishingShopStockType.get_price(&"standard_shovel") == 75)
|
||||
assert(FishingShopStockType.get_stock_item_ids().has(&"standard_shovel"))
|
||||
assert(FishingShopStockType.is_permanent_unlock(&"standard_shovel", shovel))
|
||||
assert(FishingShopStockType.is_gathering_tool(&"crab_net"))
|
||||
assert(FishingShopStockType.is_gathering_tool(&"standard_shovel"))
|
||||
assert(not FishingShopStockType.is_gathering_tool(&"basic_fishing_rod"))
|
||||
|
||||
var wallet := PlayerWalletType.new()
|
||||
wallet.current_balance = 250
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue