Compare commits

..

No commits in common. "ab48db02067098457d80badc3756512def580ea0" and "8d8a20b7554c323795ecc0a9dae6fd18626cebd9" have entirely different histories.

View File

@ -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
} }