Changeset - 539594e46821
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-24 11:54:36

Learr relations now properly increased at the end of iof
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
atlantis_ignis_on_fire.lua
Show inline comments
 
@@ -1097,6 +1097,7 @@ atl_iof_end = room {
 
	dsc = [[Вы возвращаетесь на станцию и сразу же отправляетесь в свою комнату, чтобы отдохнуть. ^Едва вы просыпаетесь, к вам в комнату входят двое охранников. Они просят вас проследовать за ними к Винсенту Даркстару. У вас нет никакого выхода, кроме как пойти с ними. ]];
 
	entered = function(s)
 
		atl_lfc_state = 1;
 
        rel_learr = rel_learr + 1;
 
        if (ArrayUtils.indexOf(pl.party, 'wright') ~= 0) then
 
            put(char_jack_wright_atlantis, atl_luna_jack_room);
 
        end;
0 comments (0 inline, 0 general)