Changeset - 6581ccb2672a
[Not reviewed]
default
0 1 0
silverwing - 7 years ago 2017-09-09 12:28:18

window fix
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
london.lua
Show inline comments
 
@@ -369,8 +369,10 @@ hotel_room_7 = room {
 
};
 
 
room_7_window = obj {
 
    var {
 
        state = 0;
 
    };
 
	nam = "room_7_window";
 
	state = 0;
 
	dsc = function(s)
 
		if (s.state == 0) then
 
			return "{Окно} закрыто плотными ставнями. ";
0 comments (0 inline, 0 general)