feat: expand seasonal creature collection

This commit is contained in:
Alexander Sellite 2026-08-18 21:20:02 -04:00
parent 925bbb79e5
commit 95c6b8b053
415 changed files with 1688 additions and 389 deletions

View file

@ -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