rott/kf_sources/KFMod/Classes/KFHumanPawnHeavy.uc
2026-07-14 20:27:09 +07:00

16 lines
541 B
Ucode

//=============================================================================
// KFPawn - Engineer - This guy has a welding tool that can be used to seal doors
//=============================================================================
class KFHumanPawnHeavy extends KFHumanPawn;
defaultproperties
{
MaxCarryWeight=15.000000
RequiredEquipment(0)="KFmod.Claws"
RequiredEquipment(1)="none"
RequiredEquipment(2)="none"
GroundSpeed=240.000000
WaterSpeed=210.000000
AirSpeed=240.000000
}