summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/034-1/yetiSpawn.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/npc/034-1/yetiSpawn.txt b/world/map/npc/034-1/yetiSpawn.txt
index 7182c1af..13c0069b 100644
--- a/world/map/npc/034-1/yetiSpawn.txt
+++ b/world/map/npc/034-1/yetiSpawn.txt
@@ -35,7 +35,7 @@ OnYetiDeath:
set @state, ((QUEST_Barbarians & $@Q_Barbarians_MASK) >> $@Q_Barbarians_SHIFT);
if (@state != 7)
- goto L_End;
+ goto L_NonQuestKill;
set @state, 8;
callsub S_Update_Mask;
message strcharinfo(0), "You defeated the Yeti.";
@@ -45,6 +45,11 @@ L_End:
set $@Yerrnk_Yetifighter_ID, 0;
end;
+L_NonQuestKill:
+ message strcharinfo(0), "The dying Yeti takes you along to the other side.";
+ percentheal -100, 0;
+ goto L_End;
+
S_Update_Mask:
set QUEST_Barbarians,
(QUEST_Barbarians & ~($@Q_Barbarians_MASK))