|
|
|
|
|
by RustyConsul
1521 days ago
|
|
If profits > tax && MultinationalProfits == True {
totalWealthPercentage = totalWealthPercentage + Profits;
Nationstate = nationstate + tax
} Run that through alot of loops and eventually corporations aree biggeer than any nationstate Vec<Nationstate> by design of the system. |
|