fix: 반계시도에는 구분 코드가 동작하지 않았음

This commit is contained in:
2021-09-17 23:17:13 +09:00
parent 895eec10b4
commit 4ac174eb9a
@@ -14,6 +14,7 @@ class che_반계시도 extends BaseWarUnitTrigger{
public function __construct(WarUnit $unit, int $raiseType = 0, float $prob = 0.4){
$this->object = $unit;
$this->raiseType = $raiseType;
$this->prob = $prob;
}