9 lines
539 B
Ucode
9 lines
539 B
Ucode
// backup copy of KFMonstersCollection, because TWI screwing default values instead of creating class istance
|
|
class DefaultMonstersCollectionXmas extends KFMonstersXmas;
|
|
|
|
defaultproperties
|
|
{
|
|
NormalSpecialSquads(5)=(ZedClass=("KFChar.ZombieBloat_XMAS","KFChar.ZombieSiren_XMAS","KFChar.ZombieScrake_XMAS","KFChar.ZombieFleshPound_XMAS"),NumZeds=(1,2,1,1))
|
|
NormalSpecialSquads(6)=(ZedClass=("KFChar.ZombieBloat_XMAS","KFChar.ZombieSiren_XMAS","KFChar.ZombieScrake_XMAS","KFChar.ZombieFleshPound_XMAS"),NumZeds=(1,2,1,2))
|
|
}
|