Fixed issue with Hacknet Node multipliers. Added total production cost display for Active Scripts

This commit is contained in:
Daniel Xie
2017-05-30 19:00:24 -05:00
parent 84c0fe892a
commit f4c90a1612
5 changed files with 40 additions and 9 deletions
+2 -1
View File
@@ -145,7 +145,8 @@ background-color: #555;
overflow-y: scroll;
}
#active-scripts-text {
#active-scripts-text,
#active-scripts-total-prod {
width: 70%;
margin: 6px;
padding: 4px;