add fallthrough tag
This commit is contained in:
@@ -3527,6 +3527,7 @@ bool CardSpecial::should_cancel_condition_due_to_anti_abnormality(
|
|||||||
if (s->options.is_trial()) {
|
if (s->options.is_trial()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
[[fallthrough]];
|
||||||
case ConditionType::IMMOBILE:
|
case ConditionType::IMMOBILE:
|
||||||
case ConditionType::HOLD:
|
case ConditionType::HOLD:
|
||||||
case ConditionType::PARALYZE:
|
case ConditionType::PARALYZE:
|
||||||
|
|||||||
Reference in New Issue
Block a user