fix starting error
This commit is contained in:
parent
14919ae476
commit
33b0158558
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user