This commit is contained in:
Dragorn421 2025-06-01 17:15:48 +02:00
parent 5d95bf33ac
commit 153fcd20c2
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 2 additions and 1 deletions

View File

@ -843,7 +843,8 @@ void EnRd_UpdateDamage(EnRd* this, PlayState* play) {
this->unk_31D = player->unk_845; this->unk_31D = player->unk_845;
} }
if ((this->damageReaction != REDEAD_DMG_REACT_NONE) && (this->damageReaction != REDEAD_DMG_REACT_ICE_MAGIC)) { if ((this->damageReaction != REDEAD_DMG_REACT_NONE) &&
(this->damageReaction != REDEAD_DMG_REACT_ICE_MAGIC)) {
if (((this->damageReaction == REDEAD_DMG_REACT_HOOKSHOT) || if (((this->damageReaction == REDEAD_DMG_REACT_HOOKSHOT) ||
(this->damageReaction == REDEAD_DMG_REACT_LIGHT_MAGIC)) && (this->damageReaction == REDEAD_DMG_REACT_LIGHT_MAGIC)) &&
(this->action != REDEAD_ACTION_STUNNED)) { (this->action != REDEAD_ACTION_STUNNED)) {