mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Lots of small stuff
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user