Commit 9afa817c authored by mercury233's avatar mercury233 Committed by GitHub

fix spsummon.reason_player (#612)

parent c1b1fc2c
......@@ -2559,7 +2559,7 @@ void card::set_special_summon_status(effect* peffect) {
spsummon.setcode.push_back(eset[i]->get_value(pcard) & 0xffffU);
}
spsummon.reason_effect = peffect;
spsummon.reason_player = peffect->get_handler_player();
spsummon.reason_player = cait->triggering_player;
} else {
pcard = cait->triggering_effect->get_handler();
spsummon.code = cait->triggering_state.code;
......
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