tagtabs: show tab separators in tag tabs

This changes tag tabs to actually put the bank in search mode, still
without providing any search input, so that the bank tab builder will
draw tab separators (both the separator line and tab text label)
This commit is contained in:
Adam
2020-07-23 23:00:36 -04:00
parent 76b57c124e
commit 340530daf6
3 changed files with 26 additions and 13 deletions

View File

@@ -296,4 +296,7 @@ public final class ScriptID
@ScriptArguments(integer = 19)
public static final int BANKMAIN_FINISHBUILDING = 505;
@ScriptArguments()
public static final int BANKMAIN_SEARCHING = 514;
}