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)
|
||||
end;
|
||||
.kill_count += 1;
|
||||
if (.kill_count < 1000) {
|
||||
if (.kill_count > 1000) {
|
||||
if (rand(100) < 10) // !todo Confirm chance
|
||||
donpcevent strnpcinfo(0)+"::OnBossSpawn";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user