Commit d7814e8b authored by salix5's avatar salix5

fix PROCESSOR_SELECT_FUSION

parent 4dcb7e1c
...@@ -773,8 +773,8 @@ int32 field::process() { ...@@ -773,8 +773,8 @@ int32 field::process() {
it->step++; it->step++;
} else { } else {
group* pgroup = pduel->new_group(core.fusion_materials); group* pgroup = pduel->new_group(core.fusion_materials);
if(it->arg2) if(it->ptr1)
pgroup->container.insert((card*)it->arg2); pgroup->container.insert((card*)it->ptr1);
pduel->lua->add_param(pgroup, PARAM_TYPE_GROUP); pduel->lua->add_param(pgroup, PARAM_TYPE_GROUP);
core.units.pop_front(); core.units.pop_front();
} }
......
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