This commit is contained in:
Dragorn421 2025-05-28 10:48:14 +02:00
parent 35a373c513
commit c374c4ce91
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 2 additions and 1 deletions

View File

@ -1049,7 +1049,8 @@ void EnDekubaba_UpdateDamage(EnDekubaba* this, PlayState* play) {
Actor_SetDropFlagJntSph(&this->actor, &this->collider, true); Actor_SetDropFlagJntSph(&this->actor, &this->collider, true);
if ((this->collider.base.colMaterial != COL_MATERIAL_HARD) && if ((this->collider.base.colMaterial != COL_MATERIAL_HARD) &&
((this->actor.colChkInfo.damageReaction != DEKUBABA_DMGREAC_NONE) || (this->actor.colChkInfo.damage != 0))) { ((this->actor.colChkInfo.damageReaction != DEKUBABA_DMGREAC_NONE) ||
(this->actor.colChkInfo.damage != 0))) {
phi_s0 = this->actor.colChkInfo.health - this->actor.colChkInfo.damage; phi_s0 = this->actor.colChkInfo.health - this->actor.colChkInfo.damage;