This commit is contained in:
yuexin 2021-03-30 13:14:46 +08:00
parent 92a87c3995
commit 85d7d1035c

View File

@ -802,9 +802,9 @@ export class PlayerHandler {
}; };
onRoundWin(){ onRoundWin(){
this.singleCheckSkills(this._self, TriggerType.NO_COND);
}; };
onGameStart(){ onGameStart(){
this.checkSkills(TriggerType.PLAYER_BORN); this.checkSkills(TriggerType.PLAYER_BORN);
}; };