func_template 분리.
func_template의 함수를 <?=func()?> 형식으로 사용할 수 있도록 수정
This commit is contained in:
+1
-1
@@ -937,7 +937,7 @@ function SetCrew($connect, $no, $personal, $gold, $leader, $genType, $tech, $reg
|
||||
|
||||
$gold -= 200; // 사기비용
|
||||
|
||||
$cost = getCost($connect, $type) * getTechCost($tech);
|
||||
$cost = getCost($type) * getTechCost($tech);
|
||||
$cost = CharCost($cost, $personal);
|
||||
|
||||
$crew = floor($gold / $cost);
|
||||
|
||||
Reference in New Issue
Block a user