Changeset - 13ca5eb0af05
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-06-28 21:48:30

fix map in captain's cabin
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
leviathan.lua
Show inline comments
 
@@ -190,7 +190,7 @@ lev_capn_map = obj {
 
lev_capn_map_see = room {
 
	nam = 'Левиафан, каюта капитана';
 
	pic = function(s)
 
		if not dypphaanotrr_found then
 
		if not dypatreanotrr_found then
 
			return 'images/map_begin.png';
 
		elseif not iraaphaanotrr_found then
 
			return 'images/map_dyp.png';
 
@@ -203,7 +203,7 @@ lev_capn_map_see = room {
 
				return 'images/map_nley.png';
 
			elseif deep_temple_found and not lseryanotrr_found then
 
				return 'images/map_no_final.png';
 
			elseif deep_temple_found and not lseryanotrr_found then
 
			elseif not deep_temple_found and lseryanotrr_found then
 
				return 'images/map_no_temple.png';
 
			else
 
				return 'images/map_all.png';
0 comments (0 inline, 0 general)