Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
ab48db0206 | |||
|
eaa67d7c97 | ||
8d8a20b755 | |||
0273fa9520 | |||
|
873c9a37ee |
Binary file not shown.
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user