fix: 척사 버그 수정

This commit is contained in:
2025-01-24 15:26:56 +09:00
parent 1ae1ff9b72
commit 62c72dfdbe
4 changed files with 4 additions and 4 deletions
@@ -21,7 +21,7 @@ class che_event_척사 extends \sammo\BaseSpecial{
public function getWarPowerMultiplier(WarUnit $unit):array{
$opposeCrewType = $unit->getOppose()->getCrewType();
if($opposeCrewType->reqCities || $opposeCrewType->reqRegions){
if($opposeCrewType->reqCities() || $opposeCrewType->reqRegions()){
return [1.2, 0.8];
}
return [1, 1];