forked from woofmeow/straywild
feat: expand seasonal creature collection
This commit is contained in:
parent
925bbb79e5
commit
95c6b8b053
415 changed files with 1688 additions and 389 deletions
|
|
@ -129,6 +129,10 @@ static func is_passive_supply(item_id: StringName) -> bool:
|
|||
return item_id == BATTERIES_ID
|
||||
|
||||
|
||||
static func is_gathering_tool(item_id: StringName) -> bool:
|
||||
return item_id == CRAB_NET_ID or item_id == STANDARD_SHOVEL_ID
|
||||
|
||||
|
||||
static func get_purchase_cost(
|
||||
item_id: StringName,
|
||||
quantity: int,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue