Commit aa21e554 authored by DailyShana's avatar DailyShana

fix

parent 1f6996d9
...@@ -2340,11 +2340,11 @@ int32 field::special_summon_rule(uint16 step, uint8 sumplayer, card * target, ui ...@@ -2340,11 +2340,11 @@ int32 field::special_summon_rule(uint16 step, uint8 sumplayer, card * target, ui
cset.insert(pcard); cset.insert(pcard);
} }
} }
if(cset.size() == 0) if(cset.size()) {
return FALSE; 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);
add_process(PROCESSOR_POINT_EVENT, 0, 0, 0, FALSE, 0); }
if(pgroup->container.size() == 0) if(pgroup->container.size() == 0)
return TRUE; return TRUE;
return FALSE; 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