File diff 771f90d1d93b → 24a46a8a6715
utils.lua
Show inline comments
 
@@ -116,9 +116,14 @@ function kh_vroom(disp, target, nam, see
 
	};
 
end;
 
 
room = inherit(room, function(v)
 
--[[room = inherit(room, function(v)
 
    v.forcedsc = true;
 
    return v;
 
end);]]
 
 
dlg = inherit(room, function(v)
 
    v.hideinv = true;
 
    return v;
 
end);
 
 
obj = inherit(obj, function(v)