diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-12-26 10:21:13 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2011-12-26 10:21:13 +0100 |
commit | 9a8fa6da712c16ec7d961008228f77c0c9b0866c (patch) | |
tree | fe7ab1f52d40e8a7662f20642d9312b65e71a505 /npc/000-2-1/alige.txt | |
parent | d2de767cd85121f66ac9de068be49e615c02afd8 (diff) | |
download | serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.tar.gz serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.tar.bz2 serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.tar.xz serverdata-9a8fa6da712c16ec7d961008228f77c0c9b0866c.zip |
Replaced tabs with whitespaces where possible
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r-- | npc/000-2-1/alige.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 698add2b..7b31d138 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -1,16 +1,16 @@ // Evol scripts. // Authors: // Vasily_Makarov -// Ablu -// Reid +// Ablu +// Reid // Description: // Hidden NPC on a ship'ground hole. // -// 2 bits array: -// ShipQuests -// Variable: +// 2 bits array: +// ShipQuests +// Variable: // ShipQuests_Alige -// Values: +// Values: // 0 first talking (before food) // 1 already talked @@ -124,7 +124,7 @@ rif(countitem(505, 1), l(getitemname(505))), 505, rif(countitem(506, 1), l(getitemname(506))), 506, rif(countitem(507, 1), l(getitemname(507))), 507, - l("I don't have anything good for you today."), -1; + l("I don't have anything good for you today."), -1; set @id, @menuret; if (@id == -1) goto l_DamnYou; |