Added Harry
This commit is contained in:
@@ -63,7 +63,7 @@ namespace InterfaceOff
|
||||
if (AutoSpawn)
|
||||
{
|
||||
/* Checks if it should spawn a window */
|
||||
bool shouldSpawn = Random.Range(0, 40) == 0;
|
||||
bool shouldSpawn = Random.Range(0, 60) == 0;
|
||||
if (shouldSpawn)
|
||||
{
|
||||
SpawnNewRandomWindow();
|
||||
|
||||
Reference in New Issue
Block a user