fp: Apply god mode to the heart

This commit is contained in:
doyle 2023-10-08 19:09:34 +11:00
parent 25736461fb
commit 179a683e25

View File

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