File diff 9f2ca9e71d7c → cfaecd052e4e
journey_nleyyslanotrr.lua
Show inline comments
 
@@ -575,7 +575,7 @@ nley_telhyarr_dlg = dlg {
 
}
 

	
 
function nley_init_catacombs()
 
    if not nley_catacombs_password.password then
 
    if nley_catacombs_password.password == nil then
 
        nley_catacombs_password.password = tostring(rnd(6) - 1) .. tostring(rnd(6) - 1) .. tostring(rnd(6) - 1) .. tostring(rnd(6) - 1);
 
    end;
 
end