Changeset - 1245f1359474
[Not reviewed]
default
0 2 0
Silverwing - 6 years ago 2018-12-22 14:37:58

Chapter 1: stupid text errors
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
atlantis.lua
Show inline comments
 
@@ -881,7 +881,7 @@ char_learr_atlantis = npc {
 
        elseif stead.deref(here()) == "atl_oculus_library" then
 
            return [[{Леарр} спокойно стоит рядом с Екатериной Светловой. ]];
 
        else
 
            if (stead.deref(where(char_jack_wright_atlantis)) == atl_ignis_hall_a) then
 
            if (stead.deref(where(char_jack_wright_atlantis)) == 'atl_ignis_hall_a') then
 
                return [[{Леарр} стоит перед иллюминатором и что-то рассказывает ]];
 
            else
 
                return [[{Леарр} стоит перед иллюминатором и смотрит вдаль. ]];
atlantis_dlg.lua
Show inline comments
 
@@ -1128,7 +1128,7 @@ char_learr_atlantis_dlg = dlg {
 
 
		if (s.state == 0) then
 
            if ArrayUtils.indexOf(pl.party, 'wright') ~= 0 and char_jack_wright_atlantis_dlg.state then
 
                pr [[Джек райт прощается с Леарр и покидает зал. ]];
 
                pr [[Джек Райт прощается с Леарр и покидает зал. ]];
 
                char_jack_wright_atlantis_dlg.state = 1;
 
                remove('char_jack_wright_atlantis', 'atl_ignis_hall_a');
 
            end;
0 comments (0 inline, 0 general)