You need to sign in or sign up before continuing.
Commit 8b2f52ae authored by sidschingis's avatar sidschingis

fix

fixed Pendulum Summons not being registered as Special Summons for summon Activity.
parent 0fc70b29
......@@ -2147,6 +2147,8 @@ int32 field::special_summon_rule(uint16 step, uint8 sumplayer, card * target) {
pduel->write_buffer8(pcard->current.location);
pduel->write_buffer8(pcard->current.sequence);
pduel->write_buffer8(pcard->current.position);
core.spsummon_state[sumplayer] = TRUE;
core.spsummoned_cards_pt[sumplayer].insert(pcard);
if(pgroup->it != pgroup->container.end())
core.units.begin()->step = 22;
return FALSE;
......
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