정착장려, 주민선정 색상 문제
This commit is contained in:
@@ -87,7 +87,7 @@ class che_정착장려 extends Command\GeneralCommand{
|
||||
}
|
||||
|
||||
public function getCompensationStyle():?int{
|
||||
return 100<=>$this->generalObj->onCalcDomestic(static::$actionKey, 'score', 100);
|
||||
return $this->generalObj->onCalcDomestic(static::$actionKey, 'score', 100)<=>100;
|
||||
}
|
||||
|
||||
public function getPreReqTurn():int{
|
||||
|
||||
@@ -87,7 +87,7 @@ class che_주민선정 extends Command\GeneralCommand{
|
||||
}
|
||||
|
||||
public function getCompensationStyle():?int{
|
||||
return 100<=>$this->generalObj->onCalcDomestic(static::$actionKey, 'score', 100);
|
||||
return $this->generalObj->onCalcDomestic(static::$actionKey, 'score', 100)<=>100;
|
||||
}
|
||||
|
||||
public function getPreReqTurn():int{
|
||||
|
||||
Reference in New Issue
Block a user