mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
Merge branch 'HarbourMasters:develop-blair' into develop-blair
This commit is contained in:
commit
3a7f04aa57
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,6 @@ static EnemyEntry randomizedEnemySpawnTable[RANDOMIZED_ENEMY_SPAWN_TABLE_SIZE] =
|
||||||
{ ACTOR_EN_CROW, 0 }, // Guay
|
{ ACTOR_EN_CROW, 0 }, // Guay
|
||||||
{ ACTOR_EN_FIREFLY, 4 }, // Ice Keese
|
{ ACTOR_EN_FIREFLY, 4 }, // Ice Keese
|
||||||
{ ACTOR_EN_ST, 2 }, // Skulltula (invisible)
|
{ ACTOR_EN_ST, 2 }, // Skulltula (invisible)
|
||||||
{ ACTOR_EN_IK, 3 }, // Iron Knuckle (white, standing)
|
|
||||||
{ ACTOR_EN_FIREFLY, 2 }, // Regular Keese
|
{ ACTOR_EN_FIREFLY, 2 }, // Regular Keese
|
||||||
{ ACTOR_EN_DEKUBABA, 1 }, // Deku Baba (large)
|
{ ACTOR_EN_DEKUBABA, 1 }, // Deku Baba (large)
|
||||||
{ ACTOR_EN_RR, 0 }, // Like-Like
|
{ ACTOR_EN_RR, 0 }, // Like-Like
|
||||||
|
@ -141,6 +140,7 @@ static EnemyEntry randomizedEnemySpawnTable[RANDOMIZED_ENEMY_SPAWN_TABLE_SIZE] =
|
||||||
{ ACTOR_EN_TP, -1 }, // Electric Tailpasaran
|
{ ACTOR_EN_TP, -1 }, // Electric Tailpasaran
|
||||||
{ ACTOR_EN_BW, 0 }, // Torch Slug
|
{ ACTOR_EN_BW, 0 }, // Torch Slug
|
||||||
{ ACTOR_EN_WALLMAS, 1 }, // Wallmaster
|
{ ACTOR_EN_WALLMAS, 1 }, // Wallmaster
|
||||||
|
{ ACTOR_EN_IK, 3 }, // Iron Knuckle (white, standing)
|
||||||
{ ACTOR_EN_WF, 1 }, // Wolfos (white)
|
{ ACTOR_EN_WF, 1 }, // Wolfos (white)
|
||||||
{ ACTOR_EN_KAREBABA, 0 }, // Withered Deku Baba
|
{ ACTOR_EN_KAREBABA, 0 }, // Withered Deku Baba
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue