This commit is contained in:
aozhiwei 2021-10-22 19:49:32 +08:00
parent adb3b4b11d
commit 1bdeb6e6ff

View File

@ -780,7 +780,9 @@ void Buff::ProcDive()
void Buff::ProcRemoveDive() void Buff::ProcRemoveDive()
{ {
if (owner->IsHuman()) { if (owner->IsHuman()) {
#if 0
owner->AsHuman()->SetOxygen(0); owner->AsHuman()->SetOxygen(0);
#endif
} }
} }