|
@@ -348,6 +348,11 @@ export class QingXiCheAndQvThreeWorldEventMain {
|
|
aroundTheCarPointNum += 1;
|
|
aroundTheCarPointNum += 1;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (aroundTheCarPointNum <=5) {
|
|
|
|
+ // QingXiCheAndQvCarEvent.find().aroundTheCarPointRecord["aroundTheCarPoint_1"] = null;
|
|
|
|
+ delete QingXiCheAndQvCarEvent.find().aroundTheCarPointRecord["aroundTheCarPoint_1"];
|
|
|
|
+ }
|
|
|
|
+
|
|
if (aroundTheCarPointNum >= 8) {
|
|
if (aroundTheCarPointNum >= 8) {
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|