From 57ce0b3d535dd5e8450b4512f86e9154989c59ed Mon Sep 17 00:00:00 2001 From: danielyxie Date: Fri, 1 Sep 2017 15:42:28 -0500 Subject: [PATCH] Added new bundle with bug fix --- dist/bundle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/bundle.js b/dist/bundle.js index e6cdfabad..cbae2878e 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -33511,7 +33511,7 @@ function updateGangContent() { "fact that your wanted level is too high. Consider assigning a few members to the 'Vigilante Justice' or 'Ethical Hacking' " + "tasks to lower your wanted level.

" + "Installing Augmentations does NOT reset your progress with your Gang. Furthermore, after installing Augmentations, you will " + - "automatically be a member of whatever Faction you created your gain with.

" + + "automatically be a member of whatever Faction you created your gang with.

" + "

Respect: Represents the amount of respect " + "your gang has from other gangs and criminal organizations. Your respect affects the amount of money " + "your gang members will earn, and also determines how much reputation you are earning with your gang's " + @@ -33622,6 +33622,7 @@ function createGangMemberDisplayElement(memberObj) { taskDiv.setAttribute("class", "gang-member-info-div"); var taskSelector = document.createElement("select"); taskSelector.style.color = "white"; + taskSelector.style.backgroundColor = "black"; taskSelector.setAttribute("id", name + "gang-member-task-selector"); var tasks = null; if (__WEBPACK_IMPORTED_MODULE_4__Player_js__["a" /* Player */].gang.isHackingGang) {