Commit 7861b594 authored by DailyShana's avatar DailyShana

fix equip

parent 82cc1830
......@@ -1235,6 +1235,7 @@ int32 field::equip(uint16 step, uint8 equip_player, card * equip_card, card * ta
if(equip_card == target || target->current.location != LOCATION_MZONE)
return TRUE;
if(equip_card->equiping_target) {
equip_card->cancel_card_target(equip_card->equiping_target);
equip_card->unequip();
equip_card->enable_field_effect(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