Expand bait progression and retune fishing
This commit is contained in:
parent
2f30691808
commit
2a5e0a8f26
21 changed files with 555 additions and 80 deletions
|
|
@ -56,6 +56,11 @@ static func validate_request(data: Variant) -> String:
|
|||
var quantity: int = payload["quantity"]
|
||||
var wallet_balance: int = payload["wallet_balance"]
|
||||
var current_state: int = payload["current_state"]
|
||||
if (
|
||||
payload.has("bait_unlocked")
|
||||
and typeof(payload["bait_unlocked"]) != TYPE_BOOL
|
||||
):
|
||||
return "Purchase could not be completed."
|
||||
if (
|
||||
request_id.is_empty()
|
||||
or request_id.length() > MAX_ID_LENGTH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue