Commit f9bd1ec3 authored by VanillaSalt's avatar VanillaSalt

fix

parent 4876b949
......@@ -3002,9 +3002,9 @@ int32 card::is_can_be_fusion_material(card* fcard) {
for(int32 i = 0; i < eset.size(); ++i)
if(eset[i]->get_value(fcard))
return FALSE;
if(current.location == LOCATION_SZONE) {
eset.clear();
filter_effect(EFFECT_EXTRA_FUSION_MATERIAL, &eset);
if(eset.size()) {
for(int32 i = 0; i < eset.size(); ++i)
if(eset[i]->get_value(fcard))
return TRUE;
......
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