From b5ba5b06918d5b6a48aed7929d8107c052c5bf25 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Mar 2013 19:53:00 +0300 Subject: Fix code style. Add missing spaces, remove useless empty lines. --- npc/000-1/tarlan.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'npc/000-1/tarlan.txt') diff --git a/npc/000-1/tarlan.txt b/npc/000-1/tarlan.txt index acc3abd31..261373019 100644 --- a/npc/000-1/tarlan.txt +++ b/npc/000-1/tarlan.txt @@ -5,10 +5,9 @@ // Sailor hitting a crocotree, then being struck by a falling croconut. 000-1.gat,33,37,0,1 script Tarlan 315;2,{ + setnpcdir 2; mesn; - - setnpcdir 2; set @a, rand(4); if (@a == 0) goto l_HardToHit; if (@a == 1) goto l_Aouch; @@ -60,5 +59,4 @@ l_DoYou: l_Quit: setnpcdir 4; close; - } -- cgit v1.2.3-60-g2f50