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; }