fix cinturone

This commit is contained in:
Alberto Xamin 2021-06-25 17:21:31 +02:00
parent 24723faee3
commit 8f8deb2f1c
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -302,7 +302,7 @@ export default {
},
methods: {
maxHandLength() {
return (this.character.name === "Sean Mallory" && !(this.eventCard && this.eventCard.name == "Sbornia")?10:(this.equipment.filter(x => x.name == 'Cinturone').length>0?8:this.lives))
return (this.character.name === "Sean Mallory" && !(this.eventCard && this.eventCard.name == "Sbornia")?10:(this.gold_rush_equipment.filter(x => x.name == 'Cinturone').length>0?8:this.lives))
},
setCharacter(char) {
this.availableCharacters = []