0.34.3 Multiple Corporation Management bug fixes and balance changes

This commit is contained in:
danielyxie
2018-01-31 17:41:02 -06:00
parent 36952ef8b4
commit d89b804b00
5 changed files with 130 additions and 32 deletions
+3
View File
@@ -247,6 +247,9 @@ function prestigeSourceFile() {
//Gain int exp
Player.gainIntelligenceExp(5);
//Reset gang
Player.gang = null;
}
export {prestigeAugmentation, prestigeSourceFile};