From 179a683e2538a3679e8531a09d07be71ce878555 Mon Sep 17 00:00:00 2001 From: doyle Date: Sun, 8 Oct 2023 19:09:34 +1100 Subject: [PATCH] fp: Apply god mode to the heart --- feely_pona.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feely_pona.cpp b/feely_pona.cpp index c8c68ea..5b6eacb 100644 --- a/feely_pona.cpp +++ b/feely_pona.cpp @@ -2056,7 +2056,7 @@ void FP_Update(TELY_Platform *platform, FP_Game *game, TELY_PlatformInput *input continue; // NOTE: Do HP ========================================================================= - if (game->play.player == defender->handle) { + if (game->play.player == defender->handle || game->play.heart == defender->handle) { if (game->play.god_mode) continue; }