Expand bait progression and retune fishing

This commit is contained in:
Alexander Sellite 2026-08-08 00:34:06 -04:00
parent 2f30691808
commit 2a5e0a8f26
21 changed files with 555 additions and 80 deletions

View file

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