Remove "Unchecked Capitalism" achievement.
As funny as the joke was at first, it's a real detriment for completionists.
This commit is contained in:
parent
0259d796e0
commit
bf4c2f4ec6
6 changed files with 2 additions and 12 deletions
|
|
@ -226,11 +226,6 @@ Class SWWMCredits : Thinker
|
|||
s.hhiscore = c.hcredits;
|
||||
}
|
||||
SWWMLoreLibrary.Add(p,"ScoreSystem");
|
||||
if ( cheat ) return;
|
||||
int curamt = SWWMUtility.GetAchievementProgress("dosh");
|
||||
if ( (hamount > 0) || (curamt+amount < curamt) || (curamt+amount >= 1000000000) )
|
||||
SWWMUtility.AchievementProgress("dosh",1000000000,p);
|
||||
else SWWMUtility.AchievementProgress("dosh",curamt+amount,p);
|
||||
}
|
||||
|
||||
static clearscope bool CanTake( PlayerInfo p, int amount, int hamount = 0 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue