feat(web): add Inventar öffnen button to the victory screen
This commit is contained in:
@@ -117,9 +117,14 @@
|
||||
</section>
|
||||
}
|
||||
|
||||
<button type="button" class="outcome__button" data-combat-to-hunt (click)="goToHunt()">
|
||||
Zur Jagd
|
||||
</button>
|
||||
<div class="outcome__actions">
|
||||
<button type="button" class="outcome__button" data-combat-to-inventory (click)="goToInventory()">
|
||||
Inventar öffnen
|
||||
</button>
|
||||
<button type="button" class="outcome__button" data-combat-to-hunt (click)="goToHunt()">
|
||||
Zur Jagd
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
} @else if (combat.status === 'LOST') {
|
||||
<div class="outcome outcome--lost" data-combat-result="LOST">
|
||||
|
||||
Reference in New Issue
Block a user