fix starting error

This commit is contained in:
Giulio 2021-06-22 16:03:41 +02:00
parent 14919ae476
commit 33b0158558

View File

@ -136,7 +136,9 @@ export default {
this.name = self.name this.name = self.name
this.pending_action = self.pending_action this.pending_action = self.pending_action
this.character = self.character this.character = self.character
if (this.character != null) {
this.character.is_character = true this.character.is_character = true
}
this.hand = self.hand this.hand = self.hand
this.equipment = self.equipment this.equipment = self.equipment
this.lives = self.lives this.lives = self.lives