mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-18 00:38:10 -07:00
Raise daily xp limits
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user