From 89e2ac5687d698f0843ac46612ee33b6692bbc93 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 5 Jul 2013 12:25:49 -0700 Subject: Move starting brace to new line --- world/map/npc/021-1/workers.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'world/map/npc/021-1/workers.txt') diff --git a/world/map/npc/021-1/workers.txt b/world/map/npc/021-1/workers.txt index fcbed396..59419da0 100644 --- a/world/map/npc/021-1/workers.txt +++ b/world/map/npc/021-1/workers.txt @@ -1,18 +1,21 @@ // -021-1.gat,144,22,0|script|Construction Worker|155,{ +021-1.gat,144,22,0|script|Construction Worker|155, +{ mes "[Construction worker]"; mes "\"I can't let you beyond this gate. The area is closed for renovation.\""; close; } -021-1.gat,156,97,0|script|Construction Worker|155,{ +021-1.gat,156,97,0|script|Construction Worker|155, +{ mes "[Construction worker]"; mes "\"East Tulimshar is closed for repairs.\""; close; } -021-1.gat,156,44,0|script|Construction Worker|155,{ +021-1.gat,156,44,0|script|Construction Worker|155, +{ mes "[Construction worker]"; mes "\"East Tulimshar is closed for repairs.\""; close; -- cgit v1.2.3-70-g09d2