Changeset - ef0a5215c2f6
[Not reviewed]
default
0 1 0
Silverwing - 6 years ago 2017-12-24 11:24:08

Wheelhouse
1 file changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -80,6 +80,7 @@ iyh_far_from_entrance = dlg {
 
	]];
 
	nam = "Левиафан, рубка";
 
	hideinv = true;
 
    leviathan = true;
 
	entered = function(s)
 
		atl_iyh_state = 7;
 
		if (not s.visited) then
 
@@ -501,6 +502,7 @@ iyh_ravine_entry = room {
 
	]];
 
	dsc = [[Левиафан находится у входа в ущелье. Вдалеке по левому борту, на юго-западе, вы видите вход в навьярский храм. ]];
 
	hideinv = true;
 
    leviathan = true;
 
	way = {
 
		kh_vroom("Отойти от штурвала", function(s)
 
			return "leviathan_wheelhouse";
 
@@ -572,6 +574,7 @@ iyh_labyrinth = room {
 
	};
 
	no_exit = [[Нет смысла покидать Левиафан здесь. ]];
 
	nam = "Штурвал Левиафана";
 
    leviathan = true;
 
    forcedsc = true;
 
    entered = function(s)
 
        s:update();
 
@@ -688,9 +691,8 @@ iyh_lab_turn = obj {
 
 
iyh_rear_entrance = room {
 
	nam = "Левиафан";
 
	dsc = [[
 
		Вы находитесь в конце ущелья. Луч прожектора освещает небольшой проход в скале. 
 
	]];
 
    leviathan = true;
 
	dsc = [[Вы находитесь в конце ущелья. Луч прожектора освещает небольшой проход в скале. ]];
 
	way = {
 
		kh_vroom("Отойти от штурвала", "leviathan_wheelhouse");
 
		kh_vroom("В ущелье", function(s)
0 comments (0 inline, 0 general)