diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-04 12:40:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-04 12:40:55 -0300 |
commit | 481e786fbb6f03e23d1d4f0c56509f677881b4ec (patch) | |
tree | 680a6b75d3553e209a0e4b60391d2833a5145546 /npc/009-2 | |
parent | 9001ebdb56bfe0e2c5fddf55c48268681654f6b3 (diff) | |
download | serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.gz serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.bz2 serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.xz serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.zip |
Remove every trailing whitespace
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/ryan.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index 50bb8c6d6..ca2664c9d 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -44,26 +44,26 @@ next; mesn; mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); - } + } if (.@q >= 21) { Zeny=Zeny+rand(1,.@a); getexp rand(1,.@q), rand(1, .@q); - } + } if (.@q >= 51) { Zeny=Zeny+rand(.@q,.@a); getexp rand(1,.@a), rand(1, .@q); - } + } if (.@q >= 91) { Zeny=Zeny+rand(.@a, .@a+.@q); getexp rand(.@q,.@a), rand(1, .@q); - } + } if (.@q == 100) { setq1 HalinarzoQuest_LifeDelight, 3; getitem PlatinumIngot, 1; next; mesn; mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(PlatinumIngot)); - } + } close; |