Added augmentations

This commit is contained in:
Daniel Xie
2016-12-22 09:56:15 -06:00
parent 8dbca029de
commit 65ba93190b
2 changed files with 201 additions and 0 deletions
+9
View File
@@ -84,8 +84,17 @@ initFactions = function() {
AddToFactions(Volhaven);
//Criminal Organizations/Gangs
var SpeakersForTheDead = new Faction("Speakers for the Dead");
AddToFactions(SpeakersForTheDead);
var DarkArmy = new Faction("The Dark Army");
AddToFactions(DarkArmy);
var TheSyndicate = new Faction("The Syndicate");
AddToFactions(TheSyndicate);
//Earlygame factions - factions the player will prestige with early on that don't
//belong in other categories
var TianDiHui = new Faction("Tian Di Hui"); //Society of the Heaven and Earth
AddToFactions(TianDiHui);
}