Compare commits
No commits in common. "master" and "v1.18.1" have entirely different histories.
Binary file not shown.
@ -15,7 +15,7 @@ static function bool MeetsRequirements(byte Lvl, Ext_PerkBase Perk)
|
|||||||
{
|
{
|
||||||
local int i;
|
local int i;
|
||||||
|
|
||||||
if (Perk.CurrentLevel<Default.MinLevel || Perk.CurrentPrestige<1)
|
if (Perk.CurrentLevel<Default.MinLevel || Perk.CurrentPrestige<3)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (Lvl==0)
|
if (Lvl==0)
|
||||||
@ -43,4 +43,4 @@ defaultproperties
|
|||||||
SupportedPerk=class'Ext_PerkDemolition'
|
SupportedPerk=class'Ext_PerkDemolition'
|
||||||
DefLevelCosts(0)=100
|
DefLevelCosts(0)=100
|
||||||
DefMinLevel=100
|
DefMinLevel=100
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user