Commit 8ee3102b authored by DailyShana's avatar DailyShana

fix

parent 0d4e8ee7
...@@ -2343,10 +2343,11 @@ int32 field::special_summon_rule(uint16 step, uint8 sumplayer, card * target, ui ...@@ -2343,10 +2343,11 @@ int32 field::special_summon_rule(uint16 step, uint8 sumplayer, card * target, ui
if(cset.size()) { if(cset.size()) {
send_to(&cset, 0, REASON_RULE, sumplayer, sumplayer, LOCATION_GRAVE, 0, 0); send_to(&cset, 0, REASON_RULE, sumplayer, sumplayer, LOCATION_GRAVE, 0, 0);
adjust_instant(); adjust_instant();
add_process(PROCESSOR_POINT_EVENT, 0, 0, 0, FALSE, 0);
} }
if(pgroup->container.size() == 0) if(pgroup->container.size() == 0) {
add_process(PROCESSOR_POINT_EVENT, 0, 0, 0, FALSE, 0);
return TRUE; return TRUE;
}
return FALSE; return FALSE;
} }
case 27: { case 27: {
......
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