diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-04-15 09:24:55 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-04-15 09:24:55 +0000 |
commit | 28ef11aac2b8acbb29fef3b95d58ac824d09b874 (patch) | |
tree | f4345602aeb57cb0f74ea6265fab5d3a35c51fdb /npc/002-1/alige.txt | |
parent | 012019a3a12dec8d9c99a6a9be921d2908afc3ff (diff) | |
download | serverdata-28ef11aac2b8acbb29fef3b95d58ac824d09b874.tar.gz serverdata-28ef11aac2b8acbb29fef3b95d58ac824d09b874.tar.bz2 serverdata-28ef11aac2b8acbb29fef3b95d58ac824d09b874.tar.xz serverdata-28ef11aac2b8acbb29fef3b95d58ac824d09b874.zip |
Clean up alige.txt, remove L_poor to only use L_Missing, It's the same
Diffstat (limited to 'npc/002-1/alige.txt')
-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; |