From 3be853cff81fbdc590fc5538b60951f0179945f8 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 22 Oct 2014 01:49:22 +0200 Subject: Renamed ismounting, setmounting, @mount2 To avoid ambiguity: - The script command ismounting is now hascashmount - The script command setmounting is now setcashmount - The at-command @mount2 is now @cashmount Signed-off-by: Haru --- npc/merchants/renters.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'npc/merchants') diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index 5944932e9..cac757f85 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -62,8 +62,7 @@ prontera,55,350,5 script Peco Peco Breeder#knt 8W_SOLDIER,{ mes "mounted on a"; mes "Peco Peco."; close; - } - else if(ismounting()) { + } else if(hascashmount()) { mes "[Peco Peco Breeder]"; mes "Please remove your cash mount."; close; @@ -125,8 +124,7 @@ prontera,232,318,3 script Peco Peco Breeder#cru 8W_SOLDIER,{ mes "You are already"; mes "mounted on a Peco Peco."; close; - } - else if(ismounting()) { + } else if(hascashmount()) { mes "[Peco Peco Breeder]"; mes "Please remove your cash mount."; close; -- cgit v1.2.3-60-g2f50