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