#W# Tweaked Overland spawns some.

This commit is contained in:
WarrentyExpired 2026-07-20 22:31:24 -04:00
parent 4a0398dd87
commit 342e4ad940
2 changed files with 36 additions and 36 deletions

View file

@ -18,12 +18,12 @@ namespace Server
private static Type[] ForestCritters = new Type[]
{
typeof( Rat ), typeof( Snake ), typeof( Rabbit ), typeof( Squirrel)
typeof( Rat ), typeof( Rabbit ), typeof( Squirrel)
};
private static Type[] DesertCritters = new Type[]
{
typeof( Snake ), typeof( Rabbit ), typeof( Rat )
typeof( Rabbit ), typeof( Rat )
};
private static Type[] SnowCritters = new Type[]
@ -33,17 +33,17 @@ namespace Server
private static Type[] JungleCritters = new Type[]
{
typeof( Snake )
typeof( Rat )
};
private static Type[] FieldCritters = new Type[]
{
typeof( Rat ), typeof( Snake ), typeof( Rabbit ), typeof( Squirrel )
typeof( Rat ), typeof( Rabbit ), typeof( Squirrel )
};
private static Type[] SwampCritters = new Type[]
{
typeof( Rat ), typeof( Snake )
typeof( Rat ), typeof( BullFrog )
};
private static Type[] DirtCritters = new Type[]