Changeset - 12904868d2f7
[Not reviewed]
default
0 1 0
Silverwing - 7 years ago 2017-12-18 19:59:18

Less time for player to react. Just to make it more likely to miss opportunity to see Darkstar's papers
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
atlantis_looking_for_clues.lua
Show inline comments
 
@@ -201,13 +201,13 @@ end;
 
 
atl_lfc_darkstar_office = room {
 
	nam = "Атлантида, Доминус, кабинет начальника СБ";
 
	dsc = [[Кабинет начальника службы безопасности почти пуст -- здесь нет ничего кроме массивного металлического стола(судя по всему, бронированного) в центре и кресла перед ним. ]];
 
	entered = function(s)
 
        game.timer = atl_lfc_office_timeout;   
 
        timer:set(20000);
 
        timer:set(5000);
 
	end;
 
    left = function(s)
 
        timer:stop();
 
    end;   
 
	way = {
 
		kh_vroom("В коридор", function()
0 comments (0 inline, 0 general)