공성 전특 버그 수정. 전특 설명을 위한 텍스트 추가

This commit is contained in:
2018-07-11 00:53:10 +09:00
parent f2486e7470
commit dc9c586dc8
2 changed files with 50 additions and 1 deletions
+1 -1
View File
@@ -898,7 +898,7 @@ function process_11(&$general, $type) {
if(intdiv($armtype, 10) == 1 && $general['special2'] == 51) { $cost *= 0.9; }
if(intdiv($armtype, 10) == 2 && $general['special2'] == 52) { $cost *= 0.9; }
if(intdiv($armtype, 10) == 3 && $general['special2'] == 40) { $cost *= 0.9; }
if(intdiv($armtype, 10) == 4 && $general['special2'] == 43) { $cost *= 0.9; }
if(intdiv($armtype, 10) == 4 && $general['special2'] == 53) { $cost *= 0.9; }
if($general['special2'] == 72) { $cost *= 0.5; }
if($type == 1) { $dtype = "징병"; }