UtBS 12: Spawn bats on rainforest, not tropical forest

While there was some tropical forest on the map, most has been changed
to rainforest. This change ensures that the bats stay in the jungle
proper. Also, by eliminating tropical forest as an option, the bats
will never spawn in the trees in the southern part of the island.
This commit is contained in:
Alarantalara 2014-01-26 23:27:46 -05:00
parent 5c49683ab0
commit 3322c4664b

View file

@ -1432,14 +1432,14 @@
# create vampire bats and blood bats
# wmlindent: start ignoring
{SCATTER_UNITS {ON_DIFFICULTY 5 3 3} (Vampire Bat) 2 (terrain=Gs^Ft) (
{SCATTER_UNITS {ON_DIFFICULTY 5 3 3} (Vampire Bat) 2 (terrain=Gs^Ftr) (
side=6
name= _ "Nocturnal Pest"
upkeep=free)}
# create blood bats on medium and hard difficulties
#ifndef EASY
{SCATTER_UNITS {ON_DIFFICULTY 0 3 4} (Blood Bat) 2 (terrain=Gs^Ft) (
{SCATTER_UNITS {ON_DIFFICULTY 0 3 4} (Blood Bat) 2 (terrain=Gs^Ftr) (
side=6
name= _ "Nocturnal Pest"
upkeep=free)}