Commit d478c28d authored by salix5's avatar salix5

remove EFFECT_INDESTRUCTABLE

parent 5351cbe6
......@@ -2331,8 +2331,6 @@ int32 card::is_destructable() {
return FALSE;
if(current.location & (LOCATION_GRAVE + LOCATION_REMOVED))
return FALSE;
if(is_affected_by_effect(EFFECT_INDESTRUCTABLE))
return FALSE;
return TRUE;
}
int32 card::is_destructable_by_battle(card * pcard) {
......
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