Remove "Unchecked Capitalism" achievement.

As funny as the joke was at first, it's a real detriment for completionists.
This commit is contained in:
Mari the Deer 2022-02-12 18:50:15 +01:00
commit bf4c2f4ec6
6 changed files with 2 additions and 12 deletions

View file

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