tabs -> x4 spaces
This commit is contained in:
parent
0f98b8f6ea
commit
429a95b863
8 changed files with 141 additions and 141 deletions
|
|
@ -5,7 +5,7 @@ static function UpdateWeight(NicePlayerController nicePlayer){
|
|||
local NiceHumanPawn nicePawn;
|
||||
if(nicePawn == none || nicePawn.KFPRI == none) return;
|
||||
nicePawn.maxCarryWeight = nicePawn.default.maxCarryWeight;
|
||||
if(nicePawn.KFPRI.clientVeteranSkill != none)
|
||||
if(nicePawn.KFPRI.clientVeteranSkill != none)
|
||||
nicePawn.maxCarryWeight += nicePawn.KFPRI.clientVeteranSkill.static.AddCarryMaxWeight(nicePawn.KFPRI);
|
||||
}
|
||||
function static SkillSelected(NicePlayerController nicePlayer){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue