diff options
Diffstat (limited to 'world/map/npc/009-4/torches.txt')
-rw-r--r-- | world/map/npc/009-4/torches.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/world/map/npc/009-4/torches.txt b/world/map/npc/009-4/torches.txt index eaf8c837..eec66815 100644 --- a/world/map/npc/009-4/torches.txt +++ b/world/map/npc/009-4/torches.txt @@ -141,7 +141,9 @@ L_Color_Loop: "Add Red Powder", L_Use_Red, "Add Yellow Powder", L_Use_Yellow, "Add Blue Powder", L_Use_Blue, - "Leave it alone.", -; + "Leave it alone.", L_Leave; + +L_Leave: mes "The flame flickers as if it's laughing at you."; close; @@ -288,6 +290,7 @@ L_Failed: set @Torch, 0; callfunc "TorchLoop"; // unreachable + end; } // Second Torch @@ -299,6 +302,7 @@ L_Failed: set @Torch, 1; callfunc "TorchLoop"; // unreachable + end; } // Third Torch @@ -310,4 +314,5 @@ L_Failed: set @Torch, 2; callfunc "TorchLoop"; // unreachable + end; } |