Add 1/16 chance for Trainers in Laboratory

This commit is contained in:
damocleas 2025-08-08 00:27:59 -04:00 committed by GitHub
parent 32f5421b32
commit 2dfe7232aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -536,6 +536,7 @@ export class Arena {
case BiomeId.ABYSS: case BiomeId.ABYSS:
case BiomeId.SPACE: case BiomeId.SPACE:
case BiomeId.TEMPLE: case BiomeId.TEMPLE:
case BiomeId.LABORATORY:
return 16; return 16;
default: default:
return 0; return 0;