experience, dedication 변경
expereince, dedication 변경을 add 함수로 변경 경험치,계급 변경을 '즉시' 하도록 변경(남은 부분 있음) 관직 임명을 c에서 j로 변경
This commit is contained in:
@@ -217,8 +217,8 @@ class che_물자원조 extends Command\NationCommand{
|
||||
'rice'=>$db->sqleval('rice + %i', $riceAmount),
|
||||
], 'nation = %i', $destNationID);
|
||||
|
||||
$general->increaseVar('experience', $general->onCalcStat($general, 'experience', 5));
|
||||
$general->increaseVar('dedication', $general->onCalcStat($general, 'dedication', 5));
|
||||
$general->addExperience(5);
|
||||
$general->addDedication(5);
|
||||
|
||||
|
||||
$general->applyDB($db);
|
||||
|
||||
Reference in New Issue
Block a user