Skip to content

Commit

Permalink
hotfix automatic standees
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkars committed Jun 6, 2024
1 parent f33e164 commit fc6516f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloomhavensecretariat",
"version": "0.99.4",
"version": "0.99.5",
"license": "AGPL3",
"description": "Gloomhaven Secretariat is a Gloomhaven/Frosthaven Companion app.",
"homepage": "https://gloomhaven-secretariat.de",
Expand Down
4 changes: 2 additions & 2 deletions src/app/game/businesslogic/ScenarioManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class ScenarioManager {
}
}

if (!type) {
if (!type && !monsterStandeeData.player2 && !monsterStandeeData.player3 && !monsterStandeeData.player4) {
type = MonsterType.normal;
}

Expand All @@ -514,7 +514,7 @@ export class ScenarioManager {
}
}

if (!type) {
if (!type && !monsterStandeeData.player2 && !monsterStandeeData.player3 && !monsterStandeeData.player4) {
type = MonsterType.normal;
}

Expand Down

0 comments on commit fc6516f

Please sign in to comment.