summaryrefslogtreecommitdiff
path: root/npc/other/arena/arena_party.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 20:17:55 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 20:17:55 +0000
commit9fbf9932e874845247f285e5c1c4f6c15b4cea58 (patch)
tree47939b089708ffc221cc819177f3632e5cdaa543 /npc/other/arena/arena_party.txt
parentc6e18085940a91c2656bc6bfeb795693b1fbb3c4 (diff)
downloadhercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.tar.gz
hercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.tar.bz2
hercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.tar.xz
hercules-9fbf9932e874845247f285e5c1c4f6c15b4cea58.zip
- Removed more trailing tabs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15527 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other/arena/arena_party.txt')
-rw-r--r--npc/other/arena/arena_party.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/other/arena/arena_party.txt b/npc/other/arena/arena_party.txt
index 03134b0cb..ec9d12f91 100644
--- a/npc/other/arena/arena_party.txt
+++ b/npc/other/arena/arena_party.txt
@@ -1140,7 +1140,7 @@ prt_are_in,181,135,3 script Staff#party-1 67,{
mes "You did a good job.";
mes "Even if you have failed to clear a time attack battle, I will reward you with a small amount of arena points.";
next;
- if (arena_point == 30000) {
+ if (arena_point == 30000) {
mes "[Staff]";
mes "Uh huh!";
mes "You already have enough arena points.";
@@ -1205,7 +1205,7 @@ prt_are_in,77,135,3 script Staff#party-2 67,{
mes "[Staff]";
mes "Although you failed to make a new record, I hope you will succeed next time.";
next;
- if (arena_point > 29980) {
+ if (arena_point > 29980) {
mes "[Staff]";
mes "Then let me reward you with some arena points....eh?";
mes "Your arena points have exceeded the maximum amount. I cannot give you more points until you spend some points.";
@@ -1293,7 +1293,7 @@ prt_are_in,77,135,3 script Staff#party-2 67,{
}
- if (arena_point > 29900) {
+ if (arena_point > 29900) {
mes "[Staff]";
mes "Then let me reward you with some arena points....eh?";
mes "Your arena points have exceeded the maximum amount. I cannot give you more points until you spend some points.";
@@ -1331,7 +1331,7 @@ prt_are_in,77,135,3 script Staff#party-2 67,{
specialeffect2 EF_HIT5;
warp "arena_room",100,75;
end;
- }
+ }
}
@@ -1455,7 +1455,7 @@ Onon:
enablenpc "arena_p";
end;
-OnInit:
+OnInit:
if(!$top_ptmin && !$top_ptsec) set $top_ptmin,10;
end;