1
This commit is contained in:
parent
085eded0d2
commit
8ac69f3d7d
@ -1130,9 +1130,7 @@ void Creature::Initialize()
|
|||||||
if (!dead && !poisoning) {
|
if (!dead && !poisoning) {
|
||||||
if (GetHP() + 1 < GetMaxHP()) {
|
if (GetHP() + 1 < GetMaxHP()) {
|
||||||
AddHp(GetMaxHP() * mt::Param::s().nature_recover_hp_rate);
|
AddHp(GetMaxHP() * mt::Param::s().nature_recover_hp_rate);
|
||||||
#ifdef MYDEBUG
|
|
||||||
TryAddBuff(this, kRecoverHpEffectBuffId);
|
TryAddBuff(this, kRecoverHpEffectBuffId);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user