Add bicycle tube vending machines

This commit is contained in:
Pieter Vander Vennet 2021-01-09 02:11:43 +01:00
parent b9bcf801ef
commit 303485df7e
7 changed files with 50 additions and 13 deletions

View file

@ -292,7 +292,10 @@ export class InitUiElements {
const fullOptions2 = new FullWelcomePaneWithTabs();
State.state.fullScreenMessage.setData({content: fullOptions2, hashText: "welcome"})
if (Hash.hash.data === undefined) {
State.state.fullScreenMessage.setData({content: fullOptions2, hashText: "welcome"})
}
Svg.help_svg()
.SetClass("open-welcome-button")