헌납 버그 수정

This commit is contained in:
2020-05-14 23:54:02 +09:00
parent 2d739a956d
commit 4b276370dc
+2 -2
View File
@@ -2512,13 +2512,13 @@ class GeneralAI
$args[] = [[ $args[] = [[
'isGold'=>'rice', 'isGold'=>'rice',
'amount'=>$genRes 'amount'=>$genRes
], $amount]; ], $genRes];
} }
else{ else{
$args[] = [[ $args[] = [[
'isGold'=>'rice', 'isGold'=>'rice',
'amount'=>$genRes/2 'amount'=>$genRes/2
], $amount]; ], $genRes/2];
} }
} }
if($genRes < $reqRes * 1.2){ if($genRes < $reqRes * 1.2){