9 lines
589 B
Ucode
9 lines
589 B
Ucode
// backup copy of KFMonstersCollection, because TWI screwing default values instead of creating class istance
|
|
class DefaultMonstersCollectionHalloween extends KFMonstersHalloween;
|
|
|
|
defaultproperties
|
|
{
|
|
NormalSpecialSquads(5)=(ZedClass=("KFChar.ZombieBloat_HALLOWEEN","KFChar.ZombieSiren_HALLOWEEN","KFChar.ZombieScrake_HALLOWEEN","KFChar.ZombieFleshPound_HALLOWEEN"),NumZeds=(1,2,1,1))
|
|
NormalSpecialSquads(6)=(ZedClass=("KFChar.ZombieBloat_HALLOWEEN","KFChar.ZombieSiren_HALLOWEEN","KFChar.ZombieScrake_HALLOWEEN","KFChar.ZombieFleshPound_HALLOWEEN"),NumZeds=(1,2,1,2))
|
|
}
|