From 28ef11aac2b8acbb29fef3b95d58ac824d09b874 Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 15 Apr 2019 09:24:55 +0000 Subject: Clean up alige.txt, remove L_poor to only use L_Missing, It's the same --- npc/002-1/alige.txt | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'npc/002-1/alige.txt') 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; -- cgit v1.2.3-60-g2f50