diff options
Diffstat (limited to 'world/map/npc/027-2/werewolf.txt')
-rw-r--r-- | world/map/npc/027-2/werewolf.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/world/map/npc/027-2/werewolf.txt b/world/map/npc/027-2/werewolf.txt index c3187e92..1438393a 100644 --- a/world/map/npc/027-2/werewolf.txt +++ b/world/map/npc/027-2/werewolf.txt @@ -48,8 +48,7 @@ L_Bones: "Yes, here they are.",L_Bring, "Not yet.",L_Close; menu - "Not yet.",-; - goto L_Close; + "Not yet.",L_Close; L_Bring: if (countitem("AnimalBones") < @ANIMALBONES_AMOUNT) @@ -86,8 +85,7 @@ L_Happy: mes "\"You will need " + @money + " GP.\""; menu "Sure, why not?",L_Game, - "No, thanks.",-; - goto L_Close; + "No, thanks.",L_Close; //The game mechanics is copied from casino.txt L_Game: @@ -158,7 +156,6 @@ L_Ace: menu "Yes", L_Another, "No", L_End; - goto L_Close; L_Close: set @Graveyard_Inn_MASK, 0; |