Commit a6480fc2 authored by salix5's avatar salix5

noden

parent 747ba61e
...@@ -1973,6 +1973,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) { ...@@ -1973,6 +1973,7 @@ int DuelClient::ClientAnalyze(char * msg, unsigned int len) {
pcard->SetCode(code); pcard->SetCode(code);
pcard->counters.clear(); pcard->counters.clear();
pcard->ClearTarget(); pcard->ClearTarget();
pcard->is_showtarget = false;
ClientCard* olcard = mainGame->dField.GetCard(cc, cl & 0x7f, cs); ClientCard* olcard = mainGame->dField.GetCard(cc, cl & 0x7f, cs);
if(mainGame->dInfo.isReplay && mainGame->dInfo.isReplaySkiping) { if(mainGame->dInfo.isReplay && mainGame->dInfo.isReplaySkiping) {
mainGame->dField.RemoveCard(pc, pl, ps); mainGame->dField.RemoveCard(pc, pl, ps);
......
...@@ -53,8 +53,8 @@ function c17412721.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,8 +53,8 @@ function c17412721.spop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
c:SetCardTarget(tc) c:SetCardTarget(tc)
e:GetLabelObject():SetLabelObject(tc) e:GetLabelObject():SetLabelObject(tc)
c:CreateRelation(tc,RESET_EVENT+0x5020000) c:CreateRelation(tc,RESET_EVENT+0x5fe0000)
tc:CreateRelation(c,RESET_EVENT+0x1fe0000) tc:CreateRelation(c,RESET_EVENT+0x5fe0000)
end end
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment