修复复活类角色没法投降的bug
This commit is contained in:
parent
edf585ec0c
commit
348fbf11ad
|
@ -1042,7 +1042,7 @@ export class Create {
|
||||||
.setContent(function () {
|
.setContent(function () {
|
||||||
game.log(player, "投降");
|
game.log(player, "投降");
|
||||||
player.popup("投降");
|
player.popup("投降");
|
||||||
player.die("nosource").includeOut = true;
|
player.die("nosource").set("_triggered", null).includeOut = true;
|
||||||
}).player = player;
|
}).player = player;
|
||||||
}
|
}
|
||||||
if (_status.paused && _status.imchoosing && !_status.auto) {
|
if (_status.paused && _status.imchoosing && !_status.auto) {
|
||||||
|
|
Loading…
Reference in New Issue