mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
commit
1f9106033c
3
dist/bundle.js
vendored
3
dist/bundle.js
vendored
@ -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. <br><br>" +
|
||||
"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.<br><br>" +
|
||||
"automatically be a member of whatever Faction you created your gang with.<br><br>" +
|
||||
"<p class='tooltip'>Respect: <span class='tooltiptext'>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) {
|
||||
|
@ -1042,7 +1042,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. <br><br>" +
|
||||
"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.<br><br>" +
|
||||
"automatically be a member of whatever Faction you created your gang with.<br><br>" +
|
||||
"<p class='tooltip'>Respect: <span class='tooltiptext'>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 " +
|
||||
@ -1153,6 +1153,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 (Player.gang.isHackingGang) {
|
||||
|
Loading…
Reference in New Issue
Block a user