1
This commit is contained in:
parent
3da5d6faeb
commit
a7c031c126
@ -1218,6 +1218,10 @@ void Creature::UpdatePoisoning()
|
||||
poisoning_time = 0;
|
||||
return;
|
||||
}
|
||||
if (room->IsNewBieRoom()) {
|
||||
poisoning_time = 0;
|
||||
return;
|
||||
}
|
||||
bool need_notify = poisoning_time > 1000;
|
||||
while (poisoning_time > 1000) {
|
||||
float dmg = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user