Fix Logic Angry Moonlight Flower Summon Illusion (#6777)
Fix Logic Angry Moonlight Flower Summon Illusion
This commit is contained in:
parent
47cb6dc637
commit
945a5cd993
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user