diff options
author | Haru <haru@dotalux.com> | 2015-09-18 13:09:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-25 12:55:36 +0200 |
commit | 1aea178ef7cdb76eda5600540b5fbd29fd54ff88 (patch) | |
tree | 855d4feafba212d7f36872c1b46814c1f1a85e75 /npc/airports | |
parent | e99bf73af31a8b1f09b9ce033c16832ee5cac51d (diff) | |
download | hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.gz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.bz2 hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.tar.xz hercules-1aea178ef7cdb76eda5600540b5fbd29fd54ff88.zip |
More aggressive whitespace cleanup. Follow up to 51329e6
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/airports')
-rw-r--r-- | npc/airports/airships.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index eaf042978..9a9941e25 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -650,7 +650,7 @@ airplane,50,66,5 script Apple Merchant#airplane 4_M_04,{ airplane_01,243,73,0 script #AirshipWarp-3 WARPNPC,1,1,{ end; - + OnTouch: switch ($@airplanelocation2) { case 0: warp "ra_fild12",292,204; end; @@ -668,7 +668,7 @@ OnHide: specialeffect EF_BASH; disablenpc strnpcinfo(0); end; - + OnUnhide: enablenpc strnpcinfo(0); specialeffect EF_SUMMONSLAVE; |