diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
commit | f17c3bc02c9e82147fb471132940e84d227ec4bc (patch) | |
tree | c7623d4aefa26cb8ae461b63c1efed99d8c99adf /npc/cities | |
parent | fa2020be43ddc026460896a3bb8b1d0f425265b2 (diff) | |
download | hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.gz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.bz2 hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.xz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.zip |
- Removed trailing tabs, and fixed some spacing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/alberta.txt | 2 | ||||
-rw-r--r-- | npc/cities/geffen.txt | 2 | ||||
-rw-r--r-- | npc/cities/lutie.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/alberta.txt b/npc/cities/alberta.txt index c3ba2fbb2..e47b86e9e 100644 --- a/npc/cities/alberta.txt +++ b/npc/cities/alberta.txt @@ -67,7 +67,7 @@ alberta,131,139,2 script Drunken Old Man 54,{ mes "^666666*Hiccup*^000000"; mes "Wh-what are you"; mes "staring at? Get lost!!"; - next; + next; switch(select("Say nothing.","Leave him alone.")) { case 1: mes "[Deagle]"; diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index 5df83326b..9e953cfd2 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -347,7 +347,7 @@ OnTouch: } set .@Main_gauche_hap,.@input * 9400; if (Zeny < .@Main_gauche_hap) { - mes "[Suspicious Guy]"; + mes "[Suspicious Guy]"; mes "Short on zeny?"; mes "When the greatest deal in your life is right before your eyes?! Tragic, truly tragic..."; close; diff --git a/npc/cities/lutie.txt b/npc/cities/lutie.txt index dfee6d827..fd8da5dd1 100644 --- a/npc/cities/lutie.txt +++ b/npc/cities/lutie.txt @@ -186,7 +186,7 @@ switch (xmas_npc) { mes "and hurry up."; mes "Come back quickly~"; set xmas_npc,6; - close; + close; case 6: mes "[Thachentze]"; mes "Hohohoho~"; |