mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 06:25:12 +00:00
fix difficulty
This commit is contained in:
@@ -6,7 +6,6 @@ export enum DifficultyDescription {
|
||||
Medium = "Balanced",
|
||||
Hard = "Intense",
|
||||
Impossible = "Challenging",
|
||||
Insane = "Extreme",
|
||||
}
|
||||
|
||||
@customElement("difficulty-display")
|
||||
@@ -134,10 +133,6 @@ export class DifficultyDisplay extends LitElement {
|
||||
return html`
|
||||
<div class="difficulty-skull big active">${burningSkull}</div>
|
||||
`;
|
||||
case "Insane":
|
||||
return html`
|
||||
<div class="difficulty-skull big active">${kingSkull}</div>
|
||||
`;
|
||||
default:
|
||||
return html`<div class="difficulty-skull big active">
|
||||
${questionMark}
|
||||
|
||||
Reference in New Issue
Block a user