This commit is contained in:
aozhiwei 2021-05-27 16:54:22 +08:00
parent 3ee619f4b1
commit 1bb875aa01

View File

@ -409,7 +409,8 @@ void Buff::ProcTurnOver(Creature* caster)
}
#endif
a8::Vec2 old_pos = owner->GetPos();
float distance = owner->HasBuffEffect(kBET_Car) ? phase->param1.GetDouble() * 1.5 : phase->param1.GetDouble();
float distance =
owner->HasBuffEffect(kBET_Car) ? phase->param1.GetDouble() * 1.5 : phase->param1.GetDouble();
if (meta->int_param1 == 1) {
//穿墙
} else {