Changeset - 4bc8966d93bc
[Not reviewed]
default
0 3 0
Silverwing - 8 years ago 2016-09-17 11:35:09

Minor fixes
3 files changed with 9 insertions and 3 deletions:
0 comments (0 inline, 0 general)
atlantis_iyhehevjiarr.lua
Show inline comments
 
@@ -88,7 +88,7 @@ iyh_far_from_entrance = dlg {
 
	no_exit = [[
 
		Нет смысла покидать Левиафан здесь. 
 
	]];
 
	nam = "Штурвал Левиафана";
 
	nam = "Левиафан, рубка";
 
	hideinv = true;
 
	entered = function(s)
 
		atl_iyh_state = 7;
journey_zayslanotrr.lua
Show inline comments
 
za_gate_foot = room {
 
    nam = "Левиафан, рубка";
 
    dsc = [[
 
        Как только Левиафан приближается к города
 
    ]];
 
};
 
\ No newline at end of file
leviathan.lua
Show inline comments
 
@@ -448,7 +448,7 @@ leviathan_airregen = obj {
 
 
leviathan_wheelhouse = darkroom {
 
	nam = "leviathan_wheelhouse";
 
	disp = "Левиафан, Рубка";
 
	disp = "Левиафан, рубка";
 
	leviathan = true;
 
	dsc_lit = function(s)
 
		local view = "";
 
@@ -733,7 +733,7 @@ leviathan_wiring = {
 
 
leviathan_dlg = dlg {
 
	nam = "leviathan_dlg";
 
	disp = "Штурвал Левиафана";
 
	disp = "Левиафан, рубка";
 
	dsc = function()
 
		local view = "";
 
		if (type(where(submarine_leviathan).view) == "function") then
0 comments (0 inline, 0 general)