전투 구현 반영

This commit is contained in:
2018-08-19 03:47:28 +09:00
parent 63f3ac807c
commit 26b0992285
+1 -1
View File
@@ -546,7 +546,7 @@ class WarUnitGeneral extends WarUnit{
}
$magic = Util::choiceRandom(['위보', '매복', '반목', '화계', '혼란']);
$this->activateSkill($magic);
$this->activateSkill('계략시도', $magic);
if(Util::randBool($magicSuccessRatio)){
$this->activateSkill('계략');
}