From ea34ccb364e9afc311f065a005ed1ddd9544c1f7 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Tue, 11 Oct 2022 20:07:56 -0400 Subject: [PATCH] Update dolphin.c --- applications/services/dolphin/dolphin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/dolphin/dolphin.c b/applications/services/dolphin/dolphin.c index 36a0c3296..e5b0ba52b 100644 --- a/applications/services/dolphin/dolphin.c +++ b/applications/services/dolphin/dolphin.c @@ -23,7 +23,7 @@ void dolphin_deed(Dolphin* dolphin, DolphinDeed deed) { } DolphinDeed getRandomDeed() { - DolphinDeed returnGrp[11] = {1, 8, 12, 17, 21, 25, 26, 5, 10, 15, 20}; + DolphinDeed returnGrp[14] = {1, 5, 8, 10, 12, 15, 17, 20, 21, 25, 26, 28, 29, 32}; static bool rand_generator_inited = false; if(!rand_generator_inited) { srand(furi_get_tick());