diff options
Diffstat (limited to 'world/map/npc/functions/evil_obelisk.txt')
-rw-r--r-- | world/map/npc/functions/evil_obelisk.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/functions/evil_obelisk.txt b/world/map/npc/functions/evil_obelisk.txt index 0875abb5..328e875b 100644 --- a/world/map/npc/functions/evil_obelisk.txt +++ b/world/map/npc/functions/evil_obelisk.txt @@ -11,13 +11,12 @@ function|script|EvilObelisk|, set @cost_snake, 2500; menu - "Don't pay it anything.", -, + "Don't pay it anything.", L_Close, "Pay it " + @cost_jacko + " gold.", L_JACKO, "Pay it " + @cost_gy1 + " gold.", L_GRAVEYARD1, "Pay it " + @cost_gy2 + " gold.", L_GRAVEYARD2, "Pay it " + @cost_skull + " gold.", L_SKULL, "Pay it " + @cost_snake + " gold.", L_SNAKE; - goto L_Close; L_JACKO: if (Zeny < @cost_jacko) |