mirror of
https://github.com/Qsgs-Fans/FreeKill.git
synced 2024-11-16 11:42:45 +08:00
fix
This commit is contained in:
parent
27bdfe9afc
commit
b403ddc5f9
|
@ -322,11 +322,6 @@ RowLayout {
|
||||||
|
|
||||||
const enabled_cards = [];
|
const enabled_cards = [];
|
||||||
const targets = roomScene.selected_targets;
|
const targets = roomScene.selected_targets;
|
||||||
const prompt = lcall("ActiveSkillPrompt", pending_skill, pendings,
|
|
||||||
targets);
|
|
||||||
if (prompt !== "") {
|
|
||||||
roomScene.setPrompt(Util.processPrompt(prompt));
|
|
||||||
}
|
|
||||||
|
|
||||||
handcardAreaItem.cards.forEach((card) => {
|
handcardAreaItem.cards.forEach((card) => {
|
||||||
if (card.selected || lcall("ActiveCardFilter", pending_skill, card.cid,
|
if (card.selected || lcall("ActiveCardFilter", pending_skill, card.cid,
|
||||||
|
@ -373,6 +368,11 @@ RowLayout {
|
||||||
pending_card = -1;
|
pending_card = -1;
|
||||||
cardSelected(pending_card);
|
cardSelected(pending_card);
|
||||||
}
|
}
|
||||||
|
const prompt = lcall("ActiveSkillPrompt", pending_skill, pendings,
|
||||||
|
targets);
|
||||||
|
if (prompt !== "") {
|
||||||
|
roomScene.setPrompt(Util.processPrompt(prompt));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function startPending(skill_name) {
|
function startPending(skill_name) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user