Fix Logic Angry Moonlight Flower Summon Illusion (#6777)

Fix Logic Angry Moonlight Flower Summon Illusion
This commit is contained in:
mazvi 2022-04-02 21:51:47 +07:00 committed by GitHub
parent 47cb6dc637
commit 945a5cd993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}