summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-02 11:04:59 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-02 11:04:59 -0300
commitace336984547790fae46e66d42a05667be1bc729 (patch)
tree16be4441c4f01116581b29d4a0714ccef286a38c /npc
parentb3def12ea45b45833bbe1d6b5e8c704700a8a6cb (diff)
downloadserverdata-ace336984547790fae46e66d42a05667be1bc729.tar.gz
serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.bz2
serverdata-ace336984547790fae46e66d42a05667be1bc729.tar.xz
serverdata-ace336984547790fae46e66d42a05667be1bc729.zip
"Fix" some trailing whitespace "errors"
Diffstat (limited to 'npc')
-rw-r--r--npc/001-3-1/alchemy.txt2
-rw-r--r--npc/001-3-1/smith.txt2
-rw-r--r--npc/020-4/baktar.txt2
-rw-r--r--npc/items/alcohol.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-3-1/alchemy.txt b/npc/001-3-1/alchemy.txt
index 2604c810f..879208096 100644
--- a/npc/001-3-1/alchemy.txt
+++ b/npc/001-3-1/alchemy.txt
@@ -8,7 +8,7 @@
001-3-1,32,89,0 script GM Alchemy Table NPC_NO_SPRITE,{
if (!$@GM_OVERRIDE && $EVENT$ == "" && !is_staff()) goto L_Offline;
mesc l("Welcome to Saulc's Magic Alchemy Table!");
- mesc l("This table will prepare the potion for you, no skill required!");
+ mesc l("This table will prepare the potion for you, no skill required!");
mesc l("What will you brew today?");
if (AlchemySystem(CRAFT_NPC))
mesc l("Success!"), 3;
diff --git a/npc/001-3-1/smith.txt b/npc/001-3-1/smith.txt
index 9bb3ff461..e7ac97185 100644
--- a/npc/001-3-1/smith.txt
+++ b/npc/001-3-1/smith.txt
@@ -8,7 +8,7 @@
001-3-1,52,86,0 script GM Black Smithy NPC_NO_SPRITE,{
if (!$@GM_OVERRIDE && $EVENT$ == "" && !is_staff()) goto L_Offline;
mesc l("Welcome to Saulc's Magic Smith Table!");
- mesc l("This forge will prepare equipment for you, no skill required!");
+ mesc l("This forge will prepare equipment for you, no skill required!");
mesc l("What will you craft today?");
mesc l("You need to have an @@ equipped.", getitemlink(Knife)), 1;
if (SmithSystem(CRAFT_NPC))
diff --git a/npc/020-4/baktar.txt b/npc/020-4/baktar.txt
index e18d47f5e..e030627b4 100644
--- a/npc/020-4/baktar.txt
+++ b/npc/020-4/baktar.txt
@@ -118,7 +118,7 @@ L_Braknar:
mes "";
switch (@menu) {
case 1: goto L_Collector;
- case 2:
+ case 2:
mesn;
if (rand(1,5) == 4) mesc l("*cough cough*");
mesq l("Yeah, it was my grand-grand-grandfather.");
diff --git a/npc/items/alcohol.txt b/npc/items/alcohol.txt
index 80f017118..fd9aa0f07 100644
--- a/npc/items/alcohol.txt
+++ b/npc/items/alcohol.txt
@@ -30,7 +30,7 @@
if (getarg(1))
return getstatus(getarg(0), 1);
else
- return getstatus(getarg(0), 5); // Shouldn't it be 5?
+ return getstatus(getarg(0), 5); // Shouldn't it be 5?
}
return 0;
}