diff options
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/npc/033-1/debug.txt | 2 | ||||
-rw-r--r-- | world/map/npc/033-1/kimarr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/033-1/debug.txt b/world/map/npc/033-1/debug.txt index d062ae55..5fab2310 100644 --- a/world/map/npc/033-1/debug.txt +++ b/world/map/npc/033-1/debug.txt @@ -17,7 +17,7 @@ L_Fluffy: set @Q_Barbarians_SHIFT, NIBBLE_0_SHIFT; set @state, 3; callsub S_Update_Mask; - wolvern_count + set wolvern_count, 0; close; L_Reset: diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt index ee768428..ace4aadb 100644 --- a/world/map/npc/033-1/kimarr.txt +++ b/world/map/npc/033-1/kimarr.txt @@ -112,7 +112,7 @@ L_Reward1: // as far as I can tell, this fails because it won't resume from the "next" // when the script is executed via the "OnFluffyDeath" callback // (I haven't tried via the 301st call of OnTimer1000) - message strcharinfo(0), "Kimarr: talk to me for your reward"; + message strcharinfo(0), "Kimarr: Talk to me for your reward."; goto L_Close; // this label is reached on completion of the quest, or, if you inventory was |