Commit 8a47a96b authored by DailyShana's avatar DailyShana

switch equip card

parent 11f75dbe
......@@ -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