Browse Source

Fix Logic Angry Moonlight Flower Summon Illusion (#6777)

Fix Logic Angry Moonlight Flower Summon Illusion
mazvi 3 years ago
parent
commit
945a5cd993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npc/re/mobs/dungeons/pay_d03_i.txt

+ 1 - 1
npc/re/mobs/dungeons/pay_d03_i.txt

@@ -32,7 +32,7 @@ OnKill:
 	if (.mvp_spawn == 1)
 	if (.mvp_spawn == 1)
 		end;
 		end;
 	.kill_count += 1;
 	.kill_count += 1;
-	if (.kill_count < 1000) {
+	if (.kill_count > 1000) {
 		if (rand(100) < 10) // !todo Confirm chance
 		if (rand(100) < 10) // !todo Confirm chance
 			donpcevent strnpcinfo(0)+"::OnBossSpawn";
 			donpcevent strnpcinfo(0)+"::OnBossSpawn";
 	}
 	}