Fixed issue in Hacking Missions where nodes weren't easily selectable

This commit is contained in:
danielyxie
2017-10-13 10:19:42 -05:00
parent 4186326771
commit 8f0dad0d10
5 changed files with 140 additions and 46 deletions
+2 -1
View File
@@ -1058,7 +1058,8 @@ let CONSTANTS = {
"-Rebalanced BitNode-2 so that Crime and Infiltration are more profitable but hacking is less profitable. Infiltration also gives more faction rep<br>" +
"-Rebalanced BitNode-4 so that hacking is slightly less profitable<br>" +
"-Rebalanced BitNode-5 so that Infiltration is more profitable and gives more faction rep<br>" +
"-Rebalanced BitNode-11 so that Crime and Infiltration are more profitable. Infiltration also gives more faction rep.<br>"
"-Rebalanced BitNode-11 so that Crime and Infiltration are more profitable. Infiltration also gives more faction rep.<br>" +
"-Fixed an annoying issue in Hacking Missions where sometimes you would click a Node but it wouldnt actually get selected<br>"
}
export {CONSTANTS};