# HG changeset patch # User Silverwing # Date 2019-01-04 12:03:27 # Node ID cfaecd052e4e54f7943be5b82ea0f6b6d0bc09b6 # Parent 9f2ca9e71d7c9366e2705da34b20089ea19b88b4 chapter 2: catacombs fix 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