diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-1/alige.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/npc/002-1/alige.txt b/npc/002-1/alige.txt index 8a486a39c..1eee9461e 100644 --- a/npc/002-1/alige.txt +++ b/npc/002-1/alige.txt @@ -134,7 +134,7 @@ L_Check: countitem(YellowDye) < 2 || countitem(BlueDye) < 2) goto L_Missing; - if (Zeny < 7500) goto L_Poor; + if (Zeny < 7500) goto L_Missing; inventoryplace CrozeniteFourLeafAmulet, 1; delitem CactusPotion, 30; @@ -158,13 +158,6 @@ L_Check: mesq l("I have to get going now. Thanks for the help!"); close; -L_Poor: - mes ""; - mesn; - mes l("There's not everything I've asked for..."); - next; - goto L_Remember; - L_Missing: mes ""; mesn; |