From fc5f181d1141c480a49a4bff990d4a678e629f16 Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:10:31 +0000 Subject: [PATCH] Raise daily xp limits --- .../services/dolphin/helpers/dolphin_deed.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/applications/services/dolphin/helpers/dolphin_deed.c b/applications/services/dolphin/helpers/dolphin_deed.c index 2cbaf84a6..676e61774 100644 --- a/applications/services/dolphin/helpers/dolphin_deed.c +++ b/applications/services/dolphin/helpers/dolphin_deed.c @@ -43,13 +43,13 @@ static const DolphinDeedWeight dolphin_deed_weights[] = { }; static uint8_t dolphin_deed_limits[] = { - 20, // DolphinAppSubGhz - 20, // DolphinAppRfid - 20, // DolphinAppNfc - 20, // DolphinAppIr - 20, // DolphinAppIbutton - 20, // DolphinAppBadKb - 20, // DolphinAppPlugin + 69, // DolphinAppSubGhz + 69, // DolphinAppRfid + 69, // DolphinAppNfc + 69, // DolphinAppIr + 69, // DolphinAppIbutton + 69, // DolphinAppBadKb + 69, // DolphinAppPlugin }; _Static_assert(COUNT_OF(dolphin_deed_weights) == DolphinDeedMAX, "dolphin_deed_weights size error");