From 481e786fbb6f03e23d1d4f0c56509f677881b4ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Mar 2019 12:40:55 -0300 Subject: Remove every trailing whitespace ```sed -i 's/[[:space:]]*$//' npc/*/*.txt``` --- npc/003-1/aidan.txt | 6 +++--- npc/003-1/ishi.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 398e0723e..7cc651dec 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -11,15 +11,15 @@ next; mesn l("Aidan, the Monster Guide"); mesq l("The register fee is 2000 GP."); - + do - { + { select rif(Zeny >= 2000, l("Register")), rif(Zeny < 2000, l("How do I get so much money?!")), l("Not at the moment"), l("Information"); - + switch (@menu) { case 1: mes ""; diff --git a/npc/003-1/ishi.txt b/npc/003-1/ishi.txt index c0d737645..a3ddf4ccb 100644 --- a/npc/003-1/ishi.txt +++ b/npc/003-1/ishi.txt @@ -1,8 +1,8 @@ // TMW-2 Script -// Author: +// Author: // Crazyfefe // Jesusalva -// +// // Do not add void items to array. // note : the rare item system suck. @@ -102,7 +102,7 @@ @var = 8; goto L_Items; break; - case 9 : + case 9 : @var = 9; goto L_Items; break; -- cgit v1.2.3-60-g2f50