diff --git a/journey_nleyyslanotrr.lua b/journey_nleyyslanotrr.lua --- a/journey_nleyyslanotrr.lua +++ b/journey_nleyyslanotrr.lua @@ -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