diff --git a/warehouse32.lua b/warehouse32.lua --- a/warehouse32.lua +++ b/warehouse32.lua @@ -5,16 +5,24 @@ ]] warehouse_32_entry = room { - nam = "warehouse_32"; + nam = "warehouse_32_entry"; disp = "Вход на склад 32"; dsc = [[ ]]; - + way = { + kh_vroom("Войти", function(s) + + end;); + }; }; warehouse_32_entry_night = room { - + nam = "warehouse_32_entry_night"; + disp = "Вход на склад 32"; + dsc = [[ + + ]]; }; warehouse_32_definitions = { @@ -135,7 +143,7 @@ warehouse_32 = room { dir_name = "восток"; elseif (s.dir == 3) then dir_name = "юг"; - elseif + elseif (s.dir == 4) then dir_name = "запад"; end; return s.definitions[position].dsc .. "^ Вы смотрите на " .. dir_name;