updated
能量豆条件完善
This commit is contained in:
@@ -488,7 +488,7 @@
|
||||
beans.set(this.coord.x,this.coord.y,1);
|
||||
if(goods[this.coord.x+','+this.coord.y]){ //吃到能量豆
|
||||
items.forEach(function(item){
|
||||
if(item.status==1){ //如果NPC为正常状态,则置为临时状态
|
||||
if(item.status==1||item.status==3){ //如果NPC为正常状态,则置为临时状态
|
||||
item.timeout = 450;
|
||||
item.status = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user