1
This commit is contained in:
parent
630786c8d6
commit
519bc33945
@ -2480,6 +2480,9 @@ void Creature::WinExp(int win_exp)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (hero_grow_meta_->IsFullLevel()) {
|
if (hero_grow_meta_->IsFullLevel()) {
|
||||||
|
if (IsHuman() && AsHuman()->stats->full_level_idx <= 0) {
|
||||||
|
AsHuman()->stats->full_level_idx = room->GetFullLevelIdx();
|
||||||
|
}
|
||||||
hero_exp_ = 0;
|
hero_exp_ = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user