diff options
-rw-r--r-- | maps/re/015-8.mcache | bin | 1226 -> 1222 bytes | |||
-rw-r--r-- | npc/015-8-1/campaign.txt | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/maps/re/015-8.mcache b/maps/re/015-8.mcache Binary files differindex 89f59cbf8..e4cce21ae 100644 --- a/maps/re/015-8.mcache +++ b/maps/re/015-8.mcache diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt index 3e4ed6655..810ebc385 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -132,7 +132,7 @@ OnW03: unittalk(.SAGRATHA, l("Do not think you can defeat me yet!")); unittalk(.BOSS, l("You'll all die here!")); - monster .@m$, 49, 34, strmobinfo(1, Mouboo), Mouboo, 1, .@n$+"::OnError", Size_Medium, 2; + monster .@m$, 49, 34, strmobinfo(1, ForestMushroom), ForestMushroom, 1, .@n$+"::OnError", Size_Medium, 2; monster .@m$, 47, 36, strmobinfo(1, Assassin), Assassin, 1, .@n$+"::OnError"; monster .@m$, 52, 36, strmobinfo(1, Assassin), Assassin, 1, .@n$+"::OnError"; addtimer(20000, .@n$+"::OnW04"); @@ -182,6 +182,9 @@ OnSagrathaReallyWin: .@m$=getmap(); .@n$=instance_npcname(.name$); + if (ispcdead()) + end; + deltimer(.@n$+"::OnW01"); deltimer(.@n$+"::OnW02"); deltimer(.@n$+"::OnW03"); |