summaryrefslogtreecommitdiff
path: root/npc/012-2-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-27 14:56:31 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-27 14:56:31 -0300
commit347df5f615f1886961138b9372b53c60513df7be (patch)
treee4c1201c157560611075ccd243a44b96f279b4e2 /npc/012-2-5
parent00e39161670779562498528e6cfde20528739a39 (diff)
parent19ff29792c7767788255409755ace832a7396da0 (diff)
downloadserverdata-jesusalva/serena.tar.gz
serverdata-jesusalva/serena.tar.bz2
serverdata-jesusalva/serena.tar.xz
serverdata-jesusalva/serena.zip
Merge branch 'master' into jesusalva/serenajesusalva/serena
Diffstat (limited to 'npc/012-2-5')
-rw-r--r--npc/012-2-5/rosen.txt2
-rw-r--r--npc/012-2-5/toichi.txt7
2 files changed, 5 insertions, 4 deletions
diff --git a/npc/012-2-5/rosen.txt b/npc/012-2-5/rosen.txt
index 3fa332c9..f782ebcd 100644
--- a/npc/012-2-5/rosen.txt
+++ b/npc/012-2-5/rosen.txt
@@ -16,6 +16,6 @@
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 4;
end;
}
diff --git a/npc/012-2-5/toichi.txt b/npc/012-2-5/toichi.txt
index 255c140a..e1759e04 100644
--- a/npc/012-2-5/toichi.txt
+++ b/npc/012-2-5/toichi.txt
@@ -10,12 +10,13 @@
l("Hi there."),
l("My name is Toichi, and it seems I am the only one working on this lazy island.");
next;
- l("So I kindly request you not to listen to that stupid Rosen, saying 'Toichi is lazy'.");
+ mesq l("So I kindly request you not to listen to that stupid Rosen, saying 'Toichi is lazy'.");
next;
- l("At least I am doing something!");
+ mesq l("At least I am doing something!");
close;
+
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 4;
end;
}