1
This commit is contained in:
parent
d4ac546131
commit
935b4e4980
@ -1136,6 +1136,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);
|
||||||
|
TryAddBuff(this, 7040);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user