Changeset - cfaecd052e4e
[Not reviewed]
default
0 1 0
Silverwing - 5 years ago 2019-01-04 12:03:27

chapter 2: catacombs fix
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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
0 comments (0 inline, 0 general)