1
This commit is contained in:
parent
22b230adf2
commit
1ee720bcd3
@ -1149,7 +1149,9 @@ 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 DEBUG
|
||||||
TryAddBuff(this, kRecoverHpEffectBuffId);
|
TryAddBuff(this, kRecoverHpEffectBuffId);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user