This commit is contained in:
aozhiwei 2024-01-17 11:04:09 +08:00
parent 630786c8d6
commit 519bc33945

View File

@ -2480,6 +2480,9 @@ void Creature::WinExp(int win_exp)
return;
}
if (hero_grow_meta_->IsFullLevel()) {
if (IsHuman() && AsHuman()->stats->full_level_idx <= 0) {
AsHuman()->stats->full_level_idx = room->GetFullLevelIdx();
}
hero_exp_ = 0;
return;
}