diff --git a/hwe/sammo/WarUnitGeneral.php b/hwe/sammo/WarUnitGeneral.php index 13815027..bce783d7 100644 --- a/hwe/sammo/WarUnitGeneral.php +++ b/hwe/sammo/WarUnitGeneral.php @@ -546,7 +546,7 @@ class WarUnitGeneral extends WarUnit{ } $magic = Util::choiceRandom(['위보', '매복', '반목', '화계', '혼란']); - $this->activateSkill($magic); + $this->activateSkill('계략시도', $magic); if(Util::randBool($magicSuccessRatio)){ $this->activateSkill('계략'); }