Commit 57ed46c3 authored by salix5's avatar salix5

Merge pull request #1264 from DailyShana/patch-1

switch equip card
parents 8c29097d 8a47a96b
......@@ -1038,6 +1038,7 @@ int32 field::equip(uint16 step, uint8 equip_player, card * equip_card, card * ta
return TRUE;
if(equip_card->equiping_target) {
equip_card->unequip();
equip_card->enable_field_effect(FALSE);
return FALSE;
}
if(equip_card->current.location == LOCATION_SZONE) {
......
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