game: 파죽지세 시나리오에서 수비끔시 훈사영향없음

This commit is contained in:
2023-08-07 11:24:17 +00:00
parent 5969e0c82b
commit 103cf3f882
3 changed files with 28 additions and 6 deletions
@@ -24,4 +24,12 @@ class event_StrongAttacker implements iAction
}
return [1, 1];
}
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux = null): float
{
if ($turnType == 'changeDefenceTrain') {
return 0;
}
return $value;
}
}