Skip to content
Snippets Groups Projects
Commit 08f5162a authored by Arkerthan's avatar Arkerthan
Browse files

fix limb selector

parent eadc8543
No related branches found
No related tags found
1 merge request!7585fixes & cleanup
...@@ -175,7 +175,7 @@ App.Desc.limbChange = function() { ...@@ -175,7 +175,7 @@ App.Desc.limbChange = function() {
if (slave.PLimb > 1) { if (slave.PLimb > 1) {
r += row("Cybernetic limb", 6); r += row("Cybernetic limb", 6);
} else { } else {
r += "<div class=full'><span class='detail'>Install an advanced interface to attach cybernetic limbs.</span></div>"; r += "<div class='full'><span class='detail'>Install an advanced interface to attach cybernetic limbs.</span></div>";
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment