This commit is contained in:
aozhiwei 2023-02-28 15:59:49 +08:00
parent 5d89cb529f
commit db024e9a80

View File

@ -839,7 +839,6 @@ void RoomObstacle::ActiveMedicalStation()
meta->_int_param2 meta->_int_param2
); );
} }
}
hit = true; hit = true;
#ifdef DEBUG #ifdef DEBUG
{ {
@ -857,7 +856,8 @@ void RoomObstacle::ActiveMedicalStation()
a8::XPrintf("%s\n", {dbg_msg}); a8::XPrintf("%s\n", {dbg_msg});
} }
#endif #endif
} else { }
} else if (!c->dead){
float damage = SkillHelper::GetYlzDamage(master.Get(), float damage = SkillHelper::GetYlzDamage(master.Get(),
c, c,
skill_meta); skill_meta);