Commit b37a5518 authored by nanahira's avatar nanahira

simplify

parent 5734eb11
......@@ -2895,8 +2895,8 @@ int32_t field::special_summon_rule(uint16_t step, uint8_t sumplayer, card* targe
else if(proc->value == SUMMON_TYPE_XYZ)
{
matreason = REASON_XYZ;
pduel->game_field->rose_card = 0;
pduel->game_field->rose_level = 0;
rose_card = 0;
rose_level = 0;
}
else if(proc->value == SUMMON_TYPE_LINK)
matreason = REASON_LINK;
......
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