Improved revolver hitreg, shooting structures affects karma, fixed 5th server being blocked in server list

Closes #70
This commit is contained in:
juanjp600
2017-12-04 12:39:27 -03:00
parent 6841bb154b
commit 2347f2937e
7 changed files with 72 additions and 12 deletions
@@ -96,7 +96,7 @@ namespace Barotrauma
int y = 180;
new GUITextBlock(new Rectangle(0, y, 0, 30), "Filter servers:", "", menu);
new GUITextBlock(new Rectangle(0, y, 200, 30), "Filter servers:", "", menu);
searchBox = new GUITextBox(new Rectangle(0, y + 30, 200, 30), "", menu);
searchBox.OnTextChanged += (txtBox, txt) => { FilterServers(); return true; };
filterPassword = new GUITickBox(new Rectangle(0, y + 60, 30, 30), "No password required", Alignment.TopLeft, menu);