Update Ext_TraitDemoProfessional.uc
fix error
This commit is contained in:
parent
8d8a20b755
commit
eaa67d7c97
@ -15,7 +15,7 @@ static function bool MeetsRequirements(byte Lvl, Ext_PerkBase Perk)
|
||||
{
|
||||
local int i;
|
||||
|
||||
if (Perk.CurrentLevel<Default.MinLevel || Perk.CurrentPrestige<3)
|
||||
if (Perk.CurrentLevel<Default.MinLevel || Perk.CurrentPrestige<1)
|
||||
return false;
|
||||
|
||||
if (Lvl==0)
|
||||
@ -43,4 +43,4 @@ defaultproperties
|
||||
SupportedPerk=class'Ext_PerkDemolition'
|
||||
DefLevelCosts(0)=100
|
||||
DefMinLevel=100
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user