Changeset - 6c221de41f3e
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-02-03 15:13:31

when phaetlarr joins party, everyone else should return to leviathan
1 file changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
journey_nleyyslanotrr.lua
Show inline comments
 
@@ -339,6 +339,10 @@ nley_phaetlarr_dlg_join = dlg {
 
            remove(nley_char_phaetlarr_cave, nley_cave_entrance);
 
            table.insert(pl.party, 'phaetlarr');
 
            char_phaetlarr:accompany(true);
 
            char_wright:accompany(false);
 
            char_learr:accompany(false);
 
            char_radcliffe:accompany(false);
 
            char_anna:accompany(false);
 
            walk('nley_cave_entrance');
 
        ]]};
 
    };
0 comments (0 inline, 0 general)