Commit ad00a8e3 authored by DailyShana's avatar DailyShana

summon info of dual summon

parent a25e34df
...@@ -1551,7 +1551,7 @@ int32 field::summon(uint16 step, uint8 sumplayer, card * target, effect * proc, ...@@ -1551,7 +1551,7 @@ int32 field::summon(uint16 step, uint8 sumplayer, card * target, effect * proc,
if(core.summon_depth) if(core.summon_depth)
return TRUE; return TRUE;
target->enable_field_effect(false); target->enable_field_effect(false);
target->summon_info |= SUMMON_TYPE_NORMAL; target->summon_info |= SUMMON_TYPE_NORMAL | SUMMON_TYPE_DUAL | (LOCATION_MZONE << 16);
target->current.reason_effect = 0; target->current.reason_effect = 0;
target->current.reason_player = sumplayer; target->current.reason_player = sumplayer;
effect* deffect = pduel->new_effect(); effect* deffect = pduel->new_effect();
......
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