fix: 수비자 숙련 변경
This commit is contained in:
@@ -267,7 +267,7 @@ class WarUnitGeneral extends WarUnit
|
|||||||
|
|
||||||
$addDex = $damage;
|
$addDex = $damage;
|
||||||
if (!$this->isAttacker) {
|
if (!$this->isAttacker) {
|
||||||
$addDex = 0.1;
|
$addDex *= 0.1;
|
||||||
}
|
}
|
||||||
$this->addDex($this->oppose->getCrewType(), $addDex);
|
$this->addDex($this->oppose->getCrewType(), $addDex);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user