fix: 사기진작 커맨드가 금소모를 하지 않음
This commit is contained in:
@@ -98,6 +98,9 @@ class che_사기진작 extends Command\GeneralCommand{
|
||||
|
||||
$general->addDex($general->getCrewTypeObj(), $score, false);
|
||||
|
||||
[$reqGold,] = $this->getCost();
|
||||
$general->increaseVarWithLimit('gold', -$reqGold, 0);
|
||||
|
||||
$general->addExperience($exp);
|
||||
$general->addDedication($ded);
|
||||
$general->increaseVar('leadership_exp', 1);
|
||||
|
||||
Reference in New Issue
Block a user