Added Harry

This commit is contained in:
Pasha Bibko
2026-01-13 15:48:50 +00:00
parent 0d9fd7afa9
commit 33a6d62362
19 changed files with 561 additions and 9 deletions

View File

@@ -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();