mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Lots of small stuff
This commit is contained in:
parent
340de48dbf
commit
eb476f1ce2
5 changed files with 20 additions and 10 deletions
|
@ -1804,7 +1804,7 @@ continue_generating:
|
|||
/*
|
||||
Don't always generate dungeon
|
||||
*/
|
||||
if(found_existing || rand() % 3 == 0)
|
||||
if(found_existing || rand() % 2 == 0)
|
||||
{
|
||||
/*
|
||||
Generate some tunnel starting from orp and ors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue