diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 02:15:34 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-27 02:15:34 +0000 |
commit | 5455fd1184e75c9192a1f6f84355851a01258e48 (patch) | |
tree | c3fc985a7b90c06308f272d551d8e7289485a14b /npc/quests/quests_lighthalzen.txt | |
parent | 3633262bf2d8db0dd3bd51370826120371aac4a0 (diff) | |
download | hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.gz hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.bz2 hercules-5455fd1184e75c9192a1f6f84355851a01258e48.tar.xz hercules-5455fd1184e75c9192a1f6f84355851a01258e48.zip |
constant-fied!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5763 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_lighthalzen.txt')
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 66de44c5d..c0d9bbc26 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -1140,7 +1140,7 @@ L_4: L4_1:
mes "There is a small card inside of it.";
next;
- mes "You acquired the 'Laboratory Passport'.";
+ mes "You acquired the 'Laboratory Permit'.";
set @gotkey,1;
getitem 2657,1;
close;
@@ -1186,12 +1186,12 @@ L_3: next;
input @answer$;
- if (@answer$ == "Laboratory Passport" || @answer$ == "laboratory passport" || @answer$ == "passport") goto L_4;
+ if (@answer$ == "Laboratory Permit" || @answer$ == "permit") goto L_4;
mes "Nothing happened.";
close;
L_4:
- mes "You inserted the 'Laboratory Passport' in the hole,";
+ mes "You inserted the 'Laboratory Keycard' in the hole,";
mes "and the stair leading down appeared on the floor.";
next;
menu "Go down.",L4_1,"Do not go down.",-;
|