This commit is contained in:
aozhiwei 2024-04-18 11:43:38 +08:00
parent 4cb1ac466a
commit c5d61bbea8

View File

@ -1764,6 +1764,7 @@ void Creature::CheckSpecObject(int new_poly_flags)
}
}
}
}//endif
if ((1 << i) == SAMPLE_POLYFLAGS_MAGMA) {
if (a8::HasBitFlag(poly_ext_flags_, i)) {
ClearBuffById(kInMagmaBuffId);
@ -1798,7 +1799,6 @@ void Creature::CheckSpecObject(int new_poly_flags)
}
}
}
}
poly_ext_flags_ = new_poly_flags;
}