9 lines
559 B
Ucode
9 lines
559 B
Ucode
// backup copy of KFMonstersCollection, because TWI screwing default values instead of creating class istance
|
|
class DefaultMonstersCollectionSummer extends KFMonstersSummer;
|
|
|
|
defaultproperties
|
|
{
|
|
NormalSpecialSquads(5)=(ZedClass=("KFChar.ZombieBloat_CIRCUS","KFChar.ZombieSiren_CIRCUS","KFChar.ZombieScrake_CIRCUS","KFChar.ZombieFleshPound_CIRCUS"),NumZeds=(1,2,1,1))
|
|
NormalSpecialSquads(6)=(ZedClass=("KFChar.ZombieBloat_CIRCUS","KFChar.ZombieSiren_CIRCUS","KFChar.ZombieScrake_CIRCUS","KFChar.ZombieFleshPound_CIRCUS"),NumZeds=(1,2,1,2))
|
|
}
|