initAugmentations() now called applyAugmentations() at the end

This commit is contained in:
Daniel Xie
2017-06-28 15:53:12 -05:00
parent bc282daf08
commit d63f17fa8d
6 changed files with 34 additions and 18 deletions
+6 -4
View File
@@ -508,12 +508,8 @@ div.faction-clear {
/* Location */
#location-container {
color: var(--my-font-color);
position: fixed;
padding: 6px;
height: 100%;
margin-left: 10%;
width: 99%;
}
#location-slums-description {
@@ -533,3 +529,9 @@ div.faction-clear {
#location-job-reputation, #location-company-favor {
display: inline;
}
/* Infiltration */
#infiltration-container {
position: fixed;
padding: 6px;
}