Add construction site arena background

pull/14/head
Flashfyre 2024-01-07 23:54:49 -05:00
parent f029f450fe
commit f0060e47a7
7 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

View File

@ -517,7 +517,6 @@ export function getBiomeKey(biome: Biome): string {
case Biome.POWER_PLANT:
return 'ruins';
case Biome.METROPOLIS:
case Biome.CONSTRUCTION_SITE:
return 'slum';
case Biome.JUNGLE:
return 'tall_grass';
@ -544,6 +543,7 @@ export function getBiomeHasProps(biomeType: Biome): boolean {
case Biome.RUINS:
case Biome.WASTELAND:
case Biome.ABYSS:
case Biome.CONSTRUCTION_SITE:
case Biome.FAIRY_CAVE:
case Biome.TEMPLE:
case Biome.LABORATORY: