보상 기준 변경, 버그 수정
This commit is contained in:
@@ -87,9 +87,7 @@ class che_주민선정 extends Command\GeneralCommand{
|
||||
}
|
||||
|
||||
public function getCompensationStyle():?int{
|
||||
$develCost = $this->env['develcost'] * 2;
|
||||
$reqGold = $this->getCost()[1];
|
||||
return $develCost <=>$reqGold;
|
||||
return 100<=>$this->generalObj->onCalcDomestic(static::$actionKey, 'score', 100);
|
||||
}
|
||||
|
||||
public function getPreReqTurn():int{
|
||||
|
||||
Reference in New Issue
Block a user