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/002-1/chefgado.txt | 2 +- npc/002-1/doors.txt | 2 +- npc/002-1/knife.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/002-1') diff --git a/npc/002-1/chefgado.txt b/npc/002-1/chefgado.txt index 90eb5b107..f47a3d9f8 100644 --- a/npc/002-1/chefgado.txt +++ b/npc/002-1/chefgado.txt @@ -10,7 +10,7 @@ // ShipQuests_ChefGado // ShipQuests_Knife // Translation -// FR Translated +// FR Translated 002-1,27,28,0 script Chef Gado NPC_CHEF_GADO,{ .@q = getq(ShipQuests_Knife); diff --git a/npc/002-1/doors.txt b/npc/002-1/doors.txt index cb9a27cc4..ea2380953 100644 --- a/npc/002-1/doors.txt +++ b/npc/002-1/doors.txt @@ -7,7 +7,7 @@ 002-1,72,30,0 script AreaNPC#002-1d NPC_HIDDEN,0,0,{ OnTouch: - if (LOCATION$ == "") + if (LOCATION$ == "") warp "002-3", 42, 26; else if (LOCATION$ == "Tulim" || LOCATION$ == "Candor") warp "002-3@"+LOCATION$, 42, 26; diff --git a/npc/002-1/knife.txt b/npc/002-1/knife.txt index a8d368e73..5628e1650 100644 --- a/npc/002-1/knife.txt +++ b/npc/002-1/knife.txt @@ -1,6 +1,6 @@ // Evol scripts. // Authors: -// Ablu +// Ablu // Saulc // Qwerty Dragon // Description: @@ -22,7 +22,7 @@ menu l("Yeah!"), L_Give, l("Nah."), -; - + closedialog; close; -- cgit v1.2.3-70-g09d2