game: g65_계략성공은 도시로 나누는 값이 있어 많이 보정 필요

This commit is contained in:
2023-12-27 14:40:53 +00:00
parent 1c1b0de415
commit 94b1de7cd7
+1 -1
View File
@@ -12,7 +12,7 @@ class g65_계략성공 implements iAction
function onCalcDomestic(string $turnType, string $varType, float $value, $aux = null): float
{
if($turnType == '계략'){
if($varType == 'success') return $value + 2;
if($varType == 'success') return $value + 20;
}
return $value;
}