1
This commit is contained in:
parent
96232241dd
commit
36540d1bca
@ -1131,7 +1131,7 @@ void Creature::Initialize()
|
||||
[this] (int event, const a8::Args* args) mutable
|
||||
{
|
||||
if (a8::TIMER_EXEC_EVENT == event) {
|
||||
if (!dead) {
|
||||
if (!dead && !poisoning) {
|
||||
if (GetHP() + 1 < GetMaxHP()) {
|
||||
AddHp(GetMaxHP() * mt::Param::s().nature_recover_hp_rate);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user