From 6829c2b11e55d8706d3819d07fa5496b67344a7f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 15 Jul 2018 23:16:49 -0300 Subject: Fix pipeline --- npc/003-0/paladin.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/003-0') diff --git a/npc/003-0/paladin.txt b/npc/003-0/paladin.txt index 5b0c827fb..eba41aecf 100644 --- a/npc/003-0/paladin.txt +++ b/npc/003-0/paladin.txt @@ -46,11 +46,11 @@ L_Member: mesn; mesq l("Hey there! Do you want to learn new skills for a very small teaching fee?"); select - rif(sk_intcost(SM_BASH) && sk_canlvup(SM_BASH), l("Improve Bash Skill"), - rif(sk_intcost(AL_ANGELUS) && sk_canlvup(AL_ANGELUS), l("Improve Party Area Defense"), - rif(sk_intcost(MER_INCAGI) && sk_canlvup(MER_INCAGI), l("Improve Increase Agility"), - rif(sk_intcost(PR_REDEMPTIO) && !getskilllv(PR_REDEMPTIO), l("Learn Redemption"), - rif(sk_intcost(CR_TRUST) && !getskilllv(CR_TRUST), l("Learn Last Standing Man"), + rif(sk_intcost(SM_BASH) && sk_canlvup(SM_BASH), l("Improve Bash Skill")), + rif(sk_intcost(AL_ANGELUS) && sk_canlvup(AL_ANGELUS), l("Improve Party Area Defense")), + rif(sk_intcost(MER_INCAGI) && sk_canlvup(MER_INCAGI), l("Improve Increase Agility")), + rif(sk_intcost(PR_REDEMPTIO) && !getskilllv(PR_REDEMPTIO), l("Learn Redemption")), + rif(sk_intcost(CR_TRUST) && !getskilllv(CR_TRUST), l("Learn Last Standing Man")), l("Nothing at the moment."); mes ""; switch (@menu) { -- cgit v1.2.3-70-g09d2