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
 
@@ -878,13 +878,13 @@ char_learr_atlantis = npc {
 
    dsc = function(s)
 
        if stead.deref(here()) == "atl_oculus_library" then
 
            return [[{Леарр} сидит за одним из столов, листая какую-то книгу. ]];
 
        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 [[{Леарр} стоит перед иллюминатором и смотрит вдаль. ]];
 
            end;
 
        end;
 
    end;
atlantis_dlg.lua
Show inline comments
 
@@ -1125,13 +1125,13 @@ char_learr_atlantis_dlg = dlg {
 
        elseif (atl_iyh_state == 2 and ArrayUtils.indexOf(pl.party, 'learr') == 0) then
 
            pon('iyh2');
 
        end;
 
 
		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;
 
			if (char_learr_atlantis.offended) then
 
				psub("offended");
 
				pr [[Леарр поворачивается к вам, плавники ее становятся ярко-фиолетовыми. Она рычит: "Приветствую, монстр. Мы говорить-будем?" ]];
0 comments (0 inline, 0 general)