summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJoseph Botosh <rumly111@gmail.com>2015-10-30 19:11:13 +0200
committerReid <reidyaro@gmail.com>2015-11-05 23:50:04 +0100
commit0d0067cb364e500550d9d9aa1990ed77826a59c8 (patch)
tree8d12b485e6ba75a8f07884a0c3a5e43f8f49520e /npc
parentf1e6501ed96d11f6419f5d7c1e027c727cefa851 (diff)
downloadserverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.tar.gz
serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.tar.bz2
serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.tar.xz
serverdata-0d0067cb364e500550d9d9aa1990ed77826a59c8.zip
rename rumli to rumly
Diffstat (limited to 'npc')
-rw-r--r--npc/000-2-1/_import.txt2
-rw-r--r--npc/000-2-1/rumly.txt (renamed from npc/000-2-1/rumli.txt)8
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt
index 032c5187..9b97cf85 100644
--- a/npc/000-2-1/_import.txt
+++ b/npc/000-2-1/_import.txt
@@ -11,6 +11,6 @@ npc: npc/000-2-1/devis.txt
npc: npc/000-2-1/hammock.txt
npc: npc/000-2-1/knife.txt
npc: npc/000-2-1/peter.txt
-npc: npc/000-2-1/rumli.txt
+npc: npc/000-2-1/rumly.txt
npc: npc/000-2-1/q'onan.txt
npc: npc/000-2-1/savepoint.txt
diff --git a/npc/000-2-1/rumli.txt b/npc/000-2-1/rumly.txt
index 3c0565e0..b10c06dc 100644
--- a/npc/000-2-1/rumli.txt
+++ b/npc/000-2-1/rumly.txt
@@ -1,4 +1,4 @@
-000-2-1,67,25,0 script Rumli NPC_RUMLI,{
+000-2-1,67,25,0 script Rumly NPC_RUMLY,{
mesn;
mesq lg("Hello! Do you have any mushrooms?");
.@visited = getq(General_StatsReset);
@@ -78,7 +78,7 @@ L_ChangedMind:
L_FirstTime:
mesn;
- mesq lg("I am Rumli, the one who likes mushrooms so much!");
+ mesq lg("I am Rumly, the one who likes mushrooms so much!");
next;
mesq lg("Also I can make your stats clean! Just like fresh mushrooms...");
menu
@@ -93,13 +93,13 @@ L_FirstTime:
goto L_Menu;
L_Later:
- setq ShipQuests_Rumli, 2;
+ setq ShipQuests_Rumly, 2;
mesn;
mesq lg("Come back soon! And bring the mushrooms with you!");
goto L_Quit;
L_Never:
- setq ShipQuests_Rumli, 1;
+ setq ShipQuests_Rumly, 1;
mesn;
mesq lg("I am sure you will change your mind.");
goto L_Quit;