Commit 7c5b814d authored by wildfirecode's avatar wildfirecode

1

parent 31d3191b
......@@ -115,6 +115,7 @@ export class AiControl {
//是基础元素,但是不能有任何状态, 考虑修改小红包属性为可fall,
if (Tool.judgeBaseEle(lat) &&
!lat.element.hasAnyState() &&
!lat.element.monster &&
(!lat.block || !lat.block.isLock()) //如果是石门的话,石门必须是开启的状态
) {
redIndexs.push(a);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment