File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11import { LitElement , TemplateResult , html } from "lit" ;
22import { customElement , state } from "lit/decorators.js" ;
3+ import ofmWintersLogo from "../../../../resources/images/OfmWintersLogo.png" ;
34import { isInIframe , translateText } from "../../../client/Utils" ;
45import { ColorPalette , Pattern } from "../../../core/CosmeticSchemas" ;
56import { EventBus } from "../../../core/EventBus" ;
@@ -110,8 +111,9 @@ export class WinModal extends LitElement implements Layer {
110111 return this . ofmDisplay ( ) ;
111112 } else if ( this . rand < 0.75 ) {
112113 return this . discordDisplay ( ) ;
114+ } else {
115+ return this . renderPatternButton ( ) ;
113116 }
114- return this . renderPatternButton ( ) ;
115117 }
116118
117119 renderPatternButton ( ) {
@@ -206,7 +208,7 @@ export class WinModal extends LitElement implements Layer {
206208 </ h3 >
207209 < div class ="mb-3 ">
208210 < img
209- src =" /resources/images/Ofm-Winters-Logo.png "
211+ src =${ ofmWintersLogo }
210212 alt ="OpenFront Masters Winter"
211213 class="mx-auto max-w-full h-auto max-h-[200px] rounded"
212214 />
Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ export class DefaultConfig implements Config {
618618 if ( this . _gameConfig . gameMode === GameMode . Team ) {
619619 return 95 ;
620620 }
621- return 80 ;
621+ return 0.1 ;
622622 }
623623 boatMaxNumber ( ) : number {
624624 return 3 ;
You can’t perform that action at this time.
0 commit comments