#W# Overland animal spawns.
This commit is contained in:
parent
0e3654fcbb
commit
aa90c00db5
3 changed files with 157 additions and 50 deletions
|
|
@ -55,12 +55,12 @@ namespace Server
|
|||
|
||||
private static Type[] ForestBirds = new Type[]
|
||||
{
|
||||
typeof( Bird ), typeof( Turkey ), typeof( Eagle ), typeof( AxeBeak )
|
||||
typeof( Bird ), typeof( Turkey ), typeof( Eagle )
|
||||
};
|
||||
|
||||
private static Type[] DesertBirds = new Type[]
|
||||
{
|
||||
typeof( Bird ), typeof( Eagle ), typeof( Phoenix )
|
||||
typeof( Bird ), typeof( Eagle )
|
||||
};
|
||||
|
||||
private static Type[] SnowBirds = new Type[]
|
||||
|
|
@ -75,17 +75,17 @@ namespace Server
|
|||
|
||||
private static Type[] JungleBirds = new Type[]
|
||||
{
|
||||
typeof( Bird ), typeof( AxeBeak ), typeof( Eagle )
|
||||
typeof( Bird ), typeof( Eagle )
|
||||
};
|
||||
|
||||
private static Type[] SwampBirds = new Type[]
|
||||
{
|
||||
typeof( Bird ), typeof( Eagle ), typeof( AxeBeak )
|
||||
typeof( Bird ), typeof( Eagle )
|
||||
};
|
||||
|
||||
private static Type[] DirtBirds = new Type[]
|
||||
{
|
||||
typeof( Bird ), typeof( Chicken ), typeof( AxeBeak )
|
||||
typeof( Bird ), typeof( Chicken )
|
||||
};
|
||||
|
||||
//---------------------------------------- Animals ----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue